Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 424 Bytes

File metadata and controls

11 lines (6 loc) · 424 Bytes

Decompile Solidity Bytecode

This project is live here.

Hacked by an unknown unverified contract on the EVM chain? You can decompile the deployed bytecode, reverse engineer the executable, and find the exact functions and how the exploit was run on your smart contract.

Simple Setup

npm start

Open http://localhost:3000 to view it in your browser.