Package ghidra.app.util.bin.format.dwarf4.next.sectionprovider
-
Interface Summary Interface Description DWARFSectionProvider A DWARFSectionProvider is responsible for allowing access to DWARF section data of a Ghidra program. -
Class Summary Class Description BaseSectionProvider Fetches DWARF sections from a normal program using simple Ghidra memory blocks.CompressedSectionProvider Fetches DWARF section data that has been compressed from an underlyingDWARFSectionProvider
.DSymSectionProvider Fetches DWARF section data for a MachO program with co-located .dSYM folder.DWARFSectionNames DWARFSectionProviderFactory Auto-detects whichDWARFSectionProvider
matches a Ghidra program.ExternalDebugFileSectionProvider ADWARFSectionProvider
that reads .debug_info (and friends) sections from an external ELF file that is referenced in the original ELF file's build-id or debuglink sections.NullSectionProvider