martclau

Results 3 comments of martclau

The relevant Go source files would be: https://go.dev/src/debug/gosym/pclntab.go https://go.dev/src/debug/gosym/symtab.go

Any update on when this will be implemented? It’s really difficult to reverse Go binaries without having the internal available. See also https://hex-rays.com/blog/stop-guessing-and-start-going.

I see that you’ve labeled this request as specific to ELF files, but just to clarify: the Go data structures needed to recover function and type information are actually the...