Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.38 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.38 KB

IDA-EVM

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.

Screenshot

Installation

  • Copy evm-loader.py to %IDA%/loaders
  • Copy evm-cpu.py and known_hashes.py to %IDA%/procs
  • Restart IDA

What's New in ida-evm-enhanced

  • 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.:image
  • 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.:image