go-disass
go-disass copied to clipboard
A suite of tools for disassembly, ROP, and binary analysis written in Go
go-disassembler-tools
This repository contains:
-
disasm - a tool that disassembles x86_64 ELF binaries and prints to stdout
-
rop-tool - a tool that finds locations of rop-gadgets in a x86_64 ELF binary and prints to stdout
-
syscall-accumulate - a tool that finds all direct references to syscalls in a x86_64 ELF binary and prints the list to stdout.
See associated blog post here
Dependencies
Requires capstone
and capstone-devel
Syscall-accumulate requires ausyscall
(Check your distro listings)