evmole
Bytecode analyzer
Extracts information from Ethereum Virtual Machine bytecode
Extracts function selectors, arguments, state mutability and storage layout from EVM bytecode, even for unverified contracts
294 stars
3 watching
19 forks
Language: Rust
last commit: about 1 month ago
Linked from 2 awesome lists
bytecodeethereumevmsolidityweb3
Related projects:
Repository | Description | Stars |
---|---|---|
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 844 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 361 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,200 |
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 | 367 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 872 |
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 |
bluealloy/revm | Rust implementation of an Ethereum Virtual Machine with focus on speed and simplicity. | 1,685 |
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. | 161 |
smlxl/evm.codes | An interactive reference and contract viewer for the Ethereum Virtual Machine (EVM) bytecode | 740 |
rust-ethereum/ethabi | Encodes and decodes function calls and their output in smart contracts | 518 |
rareskills/huff-puzzles | A series of exercises to learn EVM bytecode with the Huff Language | 379 |
wolflo/evm-opcodes | A reference guide to Ethereum Virtual Machine opcodes | 783 |