An Ethereum bytecode disassembler with static and dynamic analysis features. Current version 0.1.5, low activity.
pip install ethereum-dasmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Disassemble raw Ethereum bytecode hex string.
Use underscore in import path: from ethereum_dasm import EVM
Use binascii.unhexlify() or bytes.fromhex() to convert hex to bytes.
Use the EVM class with disassemble() method.
No dependency data recorded yet.