A lightweight Ethereum EVM bytecode assembler/disassembler and instruction registry library. Version 0.1.10 is the latest release; the project appears to be in maintenance mode with no recent updates.
pip install evmdasmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Disassemble an EVM bytecode string and print the instruction names and operands.
Strip the '0x' prefix before passing to EvmCode: EvmCode(bytecode[2:])
Call codes.disassemble() and then access codes.instructions.
No dependency data recorded yet.