Package dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf
This package goes beyond the Go's debug/dwarf
to:
- Add support for apple HASH tables
- Add convinience methods for reading/displaying DWARF data
$ go get github.com/blacktop/go-dwarf
- MIT Copyright (c) 2022-2023 blacktop
- Copyright (c) 2009 The Go Authors