Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooncat-greenpy/x64dbg_golanganalyzerplugin
Analyze Golang with x64dbg
https://github.com/mooncat-greenpy/x64dbg_golanganalyzerplugin
golang reverse-engineering x64dbg x64dbg-plugin
Last synced: 16 days ago
JSON representation
Analyze Golang with x64dbg
- Host: GitHub
- URL: https://github.com/mooncat-greenpy/x64dbg_golanganalyzerplugin
- Owner: mooncat-greenpy
- License: mit
- Created: 2021-01-29T12:47:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T13:54:54.000Z (4 months ago)
- Last Synced: 2024-08-27T15:24:17.599Z (4 months ago)
- Topics: golang, reverse-engineering, x64dbg, x64dbg-plugin
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GolangAnalyzerPlugin
GolangAnalyzer helps you analyze Golang binaries.## Features
- Add functions
- Add source file and line number information to comments## Usage
1. Download the release
2. Copy x64dbg_GolangAnalyzerPlugin.dp32/x64dbg_GolangAnalyzerPlugin.dp64 files to plugins directories of x64dbg
3. Start debugging
4. `GoAnalyzer.line.enable`
5. `GoAnalyzer.analyze`### Commands
- `GoAnalyzer.analyze`: Run analysis
- `GoAnalyzer.line.enable`: Enable the ability to comment source file and line number information
- `GoAnalyzer.line.enable`: Disable the ability to comment source file and line number information