Skip to content
tintin edited this page Oct 11, 2018 · 2 revisions

evmdasm

A lightweight ethereum evm bytecode instruction registry and disassembler library.

This library is meant for providing a static interface and registry for EVM opcodes and instructions. The idea is to keep it as lightweight as possible especially when it comes to dependencies or high level features.

e.g. The ethereum-dasm project - a kind of high level disassembler with static/dynamic analysis features - relies on the registry and base disassembling functionality provided by evmdasm.

Clone this wiki locally