Expand description

Support for DWARF debugging information, common to ELF and MachO. In rare cases, PE’s may contain it as well.

The central element of this module is the Dwarf trait, which is implemented by ElfObject, MachObject and PeObject. The dwarf debug session object can be obtained via getters on those types.

Structs

Enums

Traits

  • Provides access to DWARF debugging information independent of the container file type.