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)
308 stars
25 watching
58 forks
Language: Python
last commit: 10 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. | 842 |
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 | 350 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 366 |
arachnid/evmdis | An EVM bytecode disassembler that performs static analysis to provide a higher-level abstraction of the bytecode. | 546 |
decurity/abi-decompiler | Reverses Ethereum smart contract ABI information from EVM bytecode | 217 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,187 |
cdump/evmole | Extracts information from Ethereum Virtual Machine bytecode | 282 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 854 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 360 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,652 |
vorot93/evmodin | An implementation of the Ethereum Virtual Machine in Rust, with support for resumability and gas metering. | 162 |
pfalcon/scratchabit | A Python-based disassembler tool with data/control flow analysis capabilities for reverse engineering | 396 |
jon-becker/heimdall-rs | An advanced toolkit for analyzing and extracting information from smart contracts written in the Ethereum Virtual Machine (EVM) bytecode | 1,192 |