8000 GitHub - 0xForked/gotools: Plugin for Ghidra to assist reversing Golang binaries
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xForked/gotools

 
 

Repository files navigation

Go Plugin for Ghidra

Plugin to assist reversing Golang binaries with Ghidra.

This is in a VERY early stage and for now only handles linux/x86_64 binaries.

Installation

  1. Download the release for your Ghidra version
  2. Copy ZIP to $GHIDRA_DIR/Extensions/Ghidra/
  3. Start Ghidra, File > Install Extensions, check the box next to gotools
  4. Restart Ghidra

Usage

When importing, select the Language x86:LE:64:golang:default

Features

  • Recover function names
  • Recover number of arguments and return type

Developers

Code formatted with

clang-format -i -style=Google src/main/java/gotools/*.java

References

About

Plugin for Ghidra to assist reversing Golang binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 79.6%
  • CSS 15.3%
  • HTML 5.1%
0