Python tool to disassemble EVM bytecode into human-readable opcodes with gas estimates and stack simulation.
- Full opcode disassembly.
- Stack and memory simulation.
- Gas usage calculation.
- Jump destination analysis.
python disassembler.py --bytecode 0x6080604052...
- Python 3.x
- No external libs