Loader

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: load
ghidra.app.util.opinion.LoadResults<? extends ghidra.framework.model.DomainObject> load(ghidra.app.util.opinion.Loader.ImporterSettings settings) throws IOException, CancelledException, VersionException, LoadException
addedmethod: loadInto
void loadInto(ghidra.program.model.listing.Program program, ghidra.app.util.opinion.Loader.ImporterSettings settings) throws IOException, LoadException, CancelledException
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

addedfield: loggingDisabled
static boolean loggingDisabled

10.4_PUBLIC

addedmethod: supportsLoadIntoProgram
boolean supportsLoadIntoProgram(ghidra.program.model.listing.Program program)

10.3_PUBLIC

addedmethod: loadsIntoNewFolder
boolean loadsIntoNewFolder()
addedfield: OPTIONS_PROJECT_SAVE_STATE_KEY
static java.lang.String OPTIONS_PROJECT_SAVE_STATE_KEY

9.0.2_PUBLIC

introducedInitial version