-
Notifications
You must be signed in to change notification settings - Fork 541
Fernando Mercês edited this page May 15, 2026
·
3 revisions
A command line Windows API tracing tool for Golang binaries. Go to a Command Prompt and type:
gftrace
GoReSym is a Go symbol parser that extracts program metadata (such as CPU architecture, OS, endianness, compiler version, etc), function metadata (start & end addresses, names, sources), filename and line number metadata, and embedded structures and types. Go to a Command Prompt and type:
goresym --help
The redress software is a tool for analyzing stripped Go binaries compiled with the Go compiler. It extracts data from the binary and uses it to reconstruct symbols and performs analysis. It essentially tries to "re-dress" a "stripped" binary. Go to a Command Prompt and type:
redress -h