goresym

Recover Go symbol information from stripped binaries

brewmacoslinux
Try with needOr install directly
Source

About

Go symbol recovery tool

Commands

goresym

Examples

Extract symbol information from a Go binary$ goresym /path/to/binary
Analyze symbols in a stripped binary and output to file$ goresym /path/to/stripped/binary > symbols.txt
Display function and type information from compiled Go executable$ goresym ./myapp