Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```