Runtime bytecode lifting
EVM runtime code is lifted into structured, readable control flow.
Paste an address or raw runtime bytecode. The ExVul decompiler lifts EVM bytecode back into readable Solidity so you can review logic that was never published as source.
What it recovers
EVM runtime code is lifted into structured, readable control flow.
Recovered function bodies are emitted as compilable-shaped Solidity.
Dispatch tables are unpacked so every entry point is named and typed.
No source, no ABI, no verification required — bytecode is enough.