redress

Analyzes and recovers symbols from stripped Go binaries

brewmacoslinux
Try with needOr install directly
Source

About

Tool for analyzing stripped Go binaries compiled with the Go compiler

Commands

redress

Examples

Analyze a stripped Go binary and recover symbol information$ redress /path/to/stripped/binary
Extract and display function symbols from a Go executable$ redress -symbols /path/to/binary
Generate symbol information and save to a file$ redress /path/to/binary > symbols.txt