A simple EVM decompiler that I wrote while studying EVM internals.
git clone https://github.com/jubnzv/evm-decompiler.git
cd evm-decompiler
opam install --deps-only . # first time only
dune build
Compile some test files:
cd tests
./compile.py
Run the decompiler to see opcodes generated from the binaries:
_build/default/src/evm_decompiler.exe tests/*.bin