Skip to content

A lightweight ethereum evm bytecode instruction registry, disassembler and evmcode manipulation library

Notifications You must be signed in to change notification settings

ethereum/evmdasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

evmdasm

A lightweight ethereum evm bytecode instruction registry, disassembler and evmcode manipulation 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.

More information --> Wiki

Projects building on evmdasm:

Setup

from pypi
#> python3 -m pip install evmdasm
from source
#> python3 setup.py install

About

A lightweight ethereum evm bytecode instruction registry, disassembler and evmcode manipulation library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages