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

https://github.com/dutchcoders/disassembler

Simple disassembler in Go using Capstone engine and DWARF support
https://github.com/dutchcoders/disassembler

Last synced: 3 months ago
JSON representation

Simple disassembler in Go using Capstone engine and DWARF support

Awesome Lists containing this project

README

        

# disassembler
Simple disassembler in Go using Capstone engine and DWARF support

## testing
```
go run main.go disassembler.go ./hello_gcc_64
```