EVM
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"