https://github.com/andrewn6/evm
EVM disassembly.
https://github.com/andrewn6/evm
disassembler evm reverse-engineering
Last synced: 6 months ago
JSON representation
EVM disassembly.
- Host: GitHub
- URL: https://github.com/andrewn6/evm
- Owner: andrewn6
- License: apache-2.0
- Created: 2021-11-15T01:17:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T15:25:51.000Z (over 2 years ago)
- Last Synced: 2024-12-31T07:44:24.363Z (6 months ago)
- Topics: disassembler, evm, reverse-engineering
- Language: Python
- Homepage:
- Size: 17.6 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# EVM
[](https://github.com/anddddrew/evm/actions/workflows/build.yml)
[](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"_