AbstractProgramWrapperLoader

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

12.0_PUBLIC

addedmethod: load
void load(ghidra.program.model.listing.Program program, ghidra.app.util.opinion.Loader.ImporterSettings settings) throws CancelledException, IOException
addedmethod: loadProgram
java.util.List<ghidra.app.util.opinion.Loaded<ghidra.program.model.listing.Program>> loadProgram(ghidra.app.util.opinion.Loader.ImporterSettings settings) throws IOException, CancelledException
addedmethod: loadProgramInto
void loadProgramInto(ghidra.program.model.listing.Program program, ghidra.app.util.opinion.Loader.ImporterSettings settings) throws CancelledException, LoadException, IOException

10.2_PUBLIC

introducedInitial version