Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 671 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 671 Bytes

EVM

build format

An EVM disassembler codded in python, you can disasemble with bytecode.

Using

Clone the repo git clone https://github.com/anddddrew/evm.git

Change directories

cd evm

Run script

python disassembler.py

After this you should have a prompt to enter your operands.

NOTE: all disassembly output from the script will be in a file called "output"