SkillAgentSearch skills...

Evmdasm

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

Install / Use

/learn @ethereum/Evmdasm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  • :trophy: https://github.com/ethereum/evmlab
  • :trophy: https://github.com/tintinweb/ethereum-dasm
  • :trophy: https://github.com/tintinweb/evmcodegen

Setup

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

Related Skills

View on GitHub
GitHub Stars60
CategoryDevelopment
Updated22d ago
Forks13

Languages

Python

Security Score

85/100

Audited on Mar 9, 2026

No findings