Skip to content

amosfhant/EVM-Bytecode-Disassembler-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

EVM Bytecode Disassembler

Python tool to disassemble EVM bytecode into human-readable opcodes with gas estimates and stack simulation.

Features

  • Full opcode disassembly.
  • Stack and memory simulation.
  • Gas usage calculation.
  • Jump destination analysis.

Usage

python disassembler.py --bytecode 0x6080604052...

Requirements

  • Python 3.x
  • No external libs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages