Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

blacktop/go-dwarf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-dwarf

Go Go Reference License

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


Why 🤔

This package goes beyond the Go's debug/dwarf to:

  • Add support for apple HASH tables
  • Add convinience methods for reading/displaying DWARF data

Install

$ go get github.com/blacktop/go-dwarf

License

  • MIT Copyright (c) 2022-2023 blacktop
  • Copyright (c) 2009 The Go Authors

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published