Skip to content

jubnzv/evm-decompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM decompiler

A simple EVM decompiler that I wrote while studying EVM internals.

Building from source

git clone https://github.com/jubnzv/evm-decompiler.git
cd evm-decompiler
opam install --deps-only .    # first time only
dune build

Usage

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

Releases

No releases published

Packages

No packages published