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
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)