ida-evm
EVM disassembler
A Python-based toolset for reverse-engineering Ethereum Virtual Machine (EVM) binaries
IDA Processor Module for the Ethereum Virtual Machine (EVM)
311 stars
24 watching
58 forks
Language: Python
last commit: 12 months ago
Linked from 2 awesome lists
dissassemblerevmidaida-proprocessor-module
Related projects:
Repository | Description | Stars |
---|---|---|
crytic/pyevmasm | A Python library for assembling and disassembling the Ethereum Virtual Machine's instruction set | 362 |
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 844 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
crytic/rattle | An EVM binary static analysis framework that recovers the original control flow graph and optimizes it for better readability | 353 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 367 |
arachnid/evmdis | An EVM bytecode disassembler that performs static analysis to provide a higher-level abstraction of the bytecode. | 547 |
decurity/abi-decompiler | Reverses Ethereum smart contract ABI information from EVM bytecode | 219 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,200 |
cdump/evmole | Extracts information from Ethereum Virtual Machine bytecode | 294 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 872 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 361 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,685 |
vorot93/evmodin | An implementation of the Ethereum Virtual Machine in Rust, with support for resumability and gas metering. | 161 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 397 |
jon-becker/heimdall-rs | An advanced toolkit for analyzing and extracting information from smart contracts written in the Ethereum Virtual Machine (EVM) bytecode | 1,224 |