Plugin to assist reversing Golang binaries with Ghidra.
This is in a VERY early stage and for now only handles linux/x86_64 binaries.
- Download the release for your Ghidra version
- Copy ZIP to
$GHIDRA_DIR/Extensions/Ghidra/
- Start Ghidra,
File > Install Extensions
, check the box next to gotools - Restart Ghidra
When importing, select the Language x86:LE:64:golang:default
- Recover function names
- Recover number of arguments and return type
Code formatted with
clang-format -i -style=Google src/main/java/gotools/*.java