Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from crytic/ida-evm

IDA Processor Module for the Ethereum Virtual Machine (EVM). Support python3 and IDA 7,8,9, with some bugs fixed.

License

Notifications You must be signed in to change notification settings

aabbccgg/ida-evm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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 with python3.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 (ida7 and windows)
  • Restart IDA

Installation for IDA9 & MacOS

  • %IDA% path on MacOS: /Applications/IDA Professional 9.0.app/Contents/MacOS
  • Copy evm-loader.py to %IDA%/loaders
  • Copy evm-cpu.py to %IDA%/procs
  • Copy known_hashes.py to %IDA%/python
  • Restart IDA

About

IDA Processor Module for the Ethereum Virtual Machine (EVM). Support python3 and IDA 7,8,9, with some bugs fixed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%