This commit is contained in:
Stephen Eckels
2025-06-06 15:18:20 +00:00
parent 0125e4c958
commit 2a4af8e09c
3 changed files with 2 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
# GoReSym
![GoReSym Logo](./goresym_scaled.png)
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. This cross platform program is based directly on the [open source Go compiler](https://github.com/golang/go/tree/master/src/debug/gosym) and runtime code.
The upstream Go runtime code is extended to handle:
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB