Skip to content

Commit 0f54100

Browse files
Add README
1 parent 3b96b41 commit 0f54100

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)