discovered 03 Aug 2026
GoReSym
→ View on GitHubGoReSym is a Go symbol parser designed to extract detailed program metadata, including function addresses, names, and types, from Go binaries, even in stripped or malformed states. Its primary use case is for reverse engineering Go applications, providing output in JSON format that can be utilized in tools like IDA Pro for better symbol management. Notable features include support for multiple architectures and operating systems, customizable output flags for different metadata elements, and the ability to recover type names and embedded file paths.