Skip to content

IDA Processor Module for the Ethereum Virtual Machine (EVM)

License

Notifications You must be signed in to change notification settings

xhyumiracle/ida-evm-enhanced

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IDA Processor Module for the Ethereum Virtual Machine (EVM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%