pyevmasm
EVM assembler/disassembler
A Python library for assembling and disassembling the Ethereum Virtual Machine's instruction set
Ethereum Virtual Machine (EVM) disassembler and assembler
362 stars
25 watching
49 forks
Language: Python
last commit: 6 months ago
Linked from 3 awesome lists
assemblerdissassemblerethereumevmpython
Related projects:
Repository | Description | Stars |
---|---|---|
crytic/ida-evm | A Python-based toolset for reverse-engineering Ethereum Virtual Machine (EVM) binaries | 308 |
crytic/ethersplay | An EVM bytecode disassembler and analysis tool for Ethereum contracts. | 842 |
tintinweb/ethereum-dasm | An ethereum bytecode disassembler and analysis tool | 219 |
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 |
crytic/rattle | An EVM binary static analysis framework that recovers the original control flow graph and optimizes it for better readability | 350 |
quilt/etk | A toolkit for working with EVM bytecode and analyzing Ethereum contracts. | 360 |
pipermerriam/py-evm | A Python implementation of the Ethereum Virtual Machine. | 40 |
ethereum/evmone | An implementation of the Ethereum Virtual Machine | 854 |
etcdevteam/sputnikvm | An Ethereum Virtual Machine implementation designed to be efficient and adaptable across different blockchain networks. | 279 |
nervous-systems/sputter | An implementation of the Ethereum Virtual Machine | 122 |
cdump/evmole | Extracts information from Ethereum Virtual Machine bytecode | 282 |
leonardoalt/tinyzkevm | A proof-of-concept implementation of a small subset of the Ethereum Virtual Machine (EVM) inside a Smart Contracting Language (SNARK), using ZoKrates. | 46 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,187 |
takenobu-hs/haskell-ethereum-assembly | A Haskell-based DSL for generating Ethereum Virtual Machine (EVM) bytecode | 66 |