AbstractOrdinalSupportLoader

Package: ghidra.app.util.opinion
Type: class

12.0_PUBLIC

addedmethod: getDefaultOptions
java.util.List<ghidra.app.util.Option> getDefaultOptions(ghidra.app.util.bin.ByteProvider provider, ghidra.app.util.opinion.LoadSpec loadSpec, ghidra.framework.model.DomainObject domainObject, boolean loadIntoProgram, boolean mirrorFsLayout)
addedmethod: shouldSearchAllPaths
boolean shouldSearchAllPaths(ghidra.program.model.listing.Program program, ghidra.app.util.opinion.Loader.ImporterSettings settings)
removedmethod: getDefaultOptions
java.util.List<ghidra.app.util.Option> getDefaultOptions(ghidra.app.util.bin.ByteProvider provider, ghidra.app.util.opinion.LoadSpec loadSpec, ghidra.framework.model.DomainObject domainObject, boolean loadIntoProgram)

11.1_PUBLIC

removedmethod: shouldLoadLibrary
boolean shouldLoadLibrary(java.lang.String libName, ghidra.formats.gfilesystem.FSRL libFsrl, ghidra.app.util.bin.ByteProvider provider, ghidra.app.util.opinion.LoadSpec loadSpec, ghidra.app.util.importer.MessageLog log) throws IOException

10.4_PUBLIC

addedmethod: shouldLoadLibrary
boolean shouldLoadLibrary(java.lang.String libName, ghidra.formats.gfilesystem.FSRL libFsrl, ghidra.app.util.bin.ByteProvider provider, ghidra.app.util.opinion.LoadSpec loadSpec, ghidra.app.util.importer.MessageLog log) throws IOException
removedmethod: shouldLoadLibrary
boolean shouldLoadLibrary(java.lang.String libName, java.io.File libFile, ghidra.app.util.bin.ByteProvider provider, ghidra.app.util.opinion.LoadSpec loadSpec, ghidra.app.util.importer.MessageLog log) throws IOException

10.3_PUBLIC

addedmethod: postLoadCleanup
void postLoadCleanup(boolean success)

10.2_PUBLIC

introducedInitial version