We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b96b41 commit 0f54100Copy full SHA for 0f54100
README.md
@@ -0,0 +1,16 @@
1
+# GolangAnalyzerExtension
2
+GolangAnalyzerExtension helps Ghidra parse Golang binaries.
3
+It supports both 32bit and 64bit.
4
+
5
+## Features
6
+- Rename functions
7
+- Modify function arguments
8
+- Add source file and line number information to comments
9
10
+## Usage
11
+1. Download the release
12
+2. Start Ghidra
13
+3. `File -> Install Extensions... -> Add extension -> Select zip file`
14
+4. Click the GolangAnalyzerExtension checkbox
15
+5. Restart Ghidra
16
+6. Analyze Golang binary
0 commit comments