IDA Processor Module for the Ethereum Virtual Machine (EVM).
This plugin is under active development. New issues and contributions are welcome, and are covered by bounties from Trail of Bits. Join us in #ethereum on the Empire Hacking Slack to discuss Ethereum security tool development.
IDA Pro 7.0 or newer is required to use IDA-EVM.
- Copy
evm-loader.py
to%IDA%/loaders
- Copy
evm-cpu.py
andknown_hashes.py
to%IDA%/procs
- Restart IDA
- Forked from crytic/ida-evm, enhanced jump dest address analysis.
- Previously, jump dest addr can only be resolved when the direct previous instruction is PUSH, but not working on other instructions.
- Now ida-evm-enhanced can resolve & display the jump dest addr under all instructions.
- e.g.:
- The only thing left is, it doesn't follow all branches when there's multiple upperstream code branches. As a workaround, it displays all the upperstream branches in the comments of the jump instruction.
- e.g.: