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
- Host: GitHub
- URL: https://github.com/dutchcoders/disassembler
- Owner: dutchcoders
- License: gpl-3.0
- Created: 2016-03-21T13:08:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T13:15:11.000Z (over 9 years ago)
- Last Synced: 2025-03-25T12:12:47.558Z (3 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```