Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chatch/docker-go-ethereum-disasm
Containerised disasm command
https://github.com/chatch/docker-go-ethereum-disasm
docker ethereum evm
Last synced: 5 days ago
JSON representation
Containerised disasm command
- Host: GitHub
- URL: https://github.com/chatch/docker-go-ethereum-disasm
- Owner: chatch
- Created: 2017-02-08T12:55:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T13:14:47.000Z (almost 8 years ago)
- Last Synced: 2024-10-03T12:18:52.114Z (4 months ago)
- Topics: docker, ethereum, evm
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-go-ethereum-disasm
Containerised [disasm](https://github.com/ethereum/go-ethereum/blob/master/cmd/disasm/main.go) command disassembles EVM bytecode.On Docker Hub at https://hub.docker.com/r/chatch/go-ethereum-disasm
```
cat evm_bytecode.dump | docker run --rm -i chatch/go-ethereum-disasm
```