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.ElfSectionProvider Fetches DWARF section data from ELF files, directly, without going through the Ghidra memory block api.NullSectionProvider