Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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