evmole
Bytecode analyzer
Extracts information from Ethereum Virtual Machine bytecode
Extracts function selectors, arguments and state mutability from EVM bytecode, even for unverified contracts
282 stars
3 watching
18 forks
Language: Rust
last commit: 8 days ago
Linked from 2 awesome lists
bytecodeethereumevmsolidityweb3
Related projects:
Repository | Description | Stars |
---|---|---|
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 842 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 360 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,187 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
takenobu-hs/haskell-ethereum-assembly | A Haskell-based DSL for generating Ethereum Virtual Machine (EVM) bytecode | 66 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 366 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 854 |
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 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,652 |
muellerberndt/mythril | Detects security vulnerabilities in smart contracts written in EVM bytecode. | 54 |
vorot93/evmodin | An implementation of the Ethereum Virtual Machine in Rust, with support for resumability and gas metering. | 162 |
smlxl/evm.codes | An Ethereum Virtual Machine opcode reference tool with a web-based interface. | 730 |
rust-ethereum/ethabi | Encodes and decodes function calls and their output in smart contracts | 516 |
rareskills/huff-puzzles | A series of exercises to learn EVM bytecode with the Huff Language | 378 |
wolflo/evm-opcodes | A reference guide to Ethereum Virtual Machine opcodes | 779 |