Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewn6/evm

EVM disassembly.
https://github.com/andrewn6/evm

disassembler evm reverse-engineering

Last synced: 6 days ago
JSON representation

EVM disassembly.

Awesome Lists containing this project

README

        

# EVM

[![build](https://github.com/anddddrew/evm/actions/workflows/build.yml/badge.svg)](https://github.com/anddddrew/evm/actions/workflows/build.yml)
[![format](https://github.com/anddddrew/evm/actions/workflows/format.yml/badge.svg)](https://github.com/anddddrew/evm/actions/workflows/format.yml)

An EVM disassembler codded in python, you can disasemble with bytecode.

## Using

Clone the repo
`git clone https://github.com/anddddrew/evm.git`

Change directories

```
cd evm
```

Run script

```
python disassembler.py
```

After this you should have a prompt to enter your operands.

_NOTE: all disassembly output from the script will be in a file called "output"_