ethereum-dasm
bytecode disassembler
An ethereum bytecode disassembler and analysis tool
An ethereum evm bytecode disassembler and static/dynamic analysis tool
220 stars
9 watching
43 forks
Language: Python
last commit: over 5 years ago
Linked from 2 awesome lists
blockchaindisassemblerdynamic-analysisethereumevmstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 845 |
crytic/ida-evm | A Python-based toolset for reverse-engineering Ethereum Virtual Machine (EVM) binaries | 309 |
crytic/pyevmasm | A Python library for assembling and disassembling the Ethereum Virtual Machine's instruction set | 362 |
cdump/evmole | Extracts information from Ethereum Virtual Machine bytecode | 287 |
arachnid/evmdis | An EVM bytecode disassembler that performs static analysis to provide a higher-level abstraction of the bytecode. | 546 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 367 |
takenobu-hs/haskell-ethereum-assembly | A Haskell-based DSL for generating Ethereum Virtual Machine (EVM) bytecode | 66 |
dapphub/dapptools | A suite of tools for building, testing, and deploying Ethereum smart contracts and related tools | 2,097 |
palkeo/panoramix | An Ethereum decompiler tool that translates Solidity bytecode into human-readable code | 818 |
decurity/abi-decompiler | Reverses Ethereum smart contract ABI information from EVM bytecode | 219 |
crytic/rattle | An EVM binary static analysis framework that recovers the original control flow graph and optimizes it for better readability | 352 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 360 |
coinculture/evm-tools | Tools for working with and analyzing the Ethereum Virtual Machine | 445 |
ethereum/js-ethereum-cryptography | A collection of audited cryptographic primitives needed to work with Ethereum. | 709 |
ethereum/solc-bin | Provides current and historical builds of the Solidity Compiler | 401 |