BaseSectionProvider

Package: ghidra.app.util.bin.format.dwarf4.next.sectionprovider
Type: class

11.1_PUBLIC

removedtype: ghidra.app.util.bin.format.dwarf4.next.sectionprovider.BaseSectionProvider
class BaseSectionProvider

10.2_PUBLIC

addedmethod: createSectionProviderFor
static ghidra.app.util.bin.format.dwarf4.next.sectionprovider.BaseSectionProvider createSectionProviderFor(ghidra.program.model.listing.Program program, ghidra.util.task.TaskMonitor monitor)
addedmethod: getSection
ghidra.program.model.mem.MemoryBlock getSection(java.lang.String sectionName)
addedmethod: getSectionAsByteProvider
ghidra.app.util.bin.ByteProvider getSectionAsByteProvider(java.lang.String sectionName, ghidra.util.task.TaskMonitor monitor) throws IOException
addedmethod: getSectionPrefixSearchList
java.util.List<java.lang.String> getSectionPrefixSearchList()
addedfield: sectionPrefixes
java.util.List<java.lang.String> sectionPrefixes
removedmethod: createSectionProviderFor
static ghidra.app.util.bin.format.dwarf4.next.sectionprovider.BaseSectionProvider createSectionProviderFor(ghidra.program.model.listing.Program program)
removedmethod: getSectionAsByteProvider
ghidra.app.util.bin.ByteProvider getSectionAsByteProvider(java.lang.String sectionName) throws IOException
removedmethod: hasDWARFSections
static boolean hasDWARFSections(ghidra.program.model.listing.Program program)

10.1_PUBLIC

addedmethod: hasDWARFSections
static boolean hasDWARFSections(ghidra.program.model.listing.Program program)

9.0.1_PUBLIC

introducedInitial version