AutoImporter

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

11.0_PUBLIC

addedmethod: importByLookingForLcs
static ghidra.app.util.opinion.LoadResults<ghidra.program.model.listing.Program> importByLookingForLcs(ghidra.formats.gfilesystem.FSRL fsrl, ghidra.framework.model.Project project, java.lang.String projectFolderPath, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
addedmethod: importByUsingBestGuess
static ghidra.app.util.opinion.LoadResults<ghidra.program.model.listing.Program> importByUsingBestGuess(ghidra.formats.gfilesystem.FSRL fsrl, ghidra.framework.model.Project project, java.lang.String projectFolderPath, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException

10.3_PUBLIC

addedmethod: importAsBinary
static ghidra.app.util.opinion.Loaded<ghidra.program.model.listing.Program> importAsBinary(java.io.File file, ghidra.framework.model.Project project, java.lang.String projectFolderPath, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
addedmethod: importAsBinary
static ghidra.app.util.opinion.Loaded<ghidra.program.model.listing.Program> importAsBinary(ghidra.app.util.bin.ByteProvider bytes, ghidra.framework.model.Project project, java.lang.String projectFolderPath, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
addedmethod: importByLookingForLcs
static ghidra.app.util.opinion.LoadResults<ghidra.program.model.listing.Program> importByLookingForLcs(java.io.File file, ghidra.framework.model.Project project, java.lang.String projectFolderPath, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
addedmethod: importByUsingBestGuess
static ghidra.app.util.opinion.LoadResults<ghidra.program.model.listing.Program> importByUsingBestGuess(java.io.File file, ghidra.framework.model.Project project, java.lang.String projectFolderPath, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
addedmethod: importByUsingBestGuess
static ghidra.app.util.opinion.LoadResults<ghidra.program.model.listing.Program> importByUsingBestGuess(ghidra.app.util.bin.ByteProvider provider, ghidra.framework.model.Project project, java.lang.String projectFolderPath, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException, LoadException
removedmethod: importAsBinary
static ghidra.program.model.listing.Program importAsBinary(java.io.File file, ghidra.framework.model.DomainFolder programFolder, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException
removedmethod: importAsBinary
static ghidra.program.model.listing.Program importAsBinary(ghidra.app.util.bin.ByteProvider bytes, ghidra.framework.model.DomainFolder programFolder, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException
removedmethod: importByLookingForLcs
static ghidra.program.model.listing.Program importByLookingForLcs(java.io.File file, ghidra.framework.model.DomainFolder programFolder, ghidra.program.model.lang.Language language, ghidra.program.model.lang.CompilerSpec compilerSpec, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException
removedmethod: importByUsingBestGuess
static ghidra.program.model.listing.Program importByUsingBestGuess(java.io.File file, ghidra.framework.model.DomainFolder programFolder, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException
removedmethod: importByUsingBestGuess
static ghidra.program.model.listing.Program importByUsingBestGuess(ghidra.app.util.bin.ByteProvider provider, ghidra.framework.model.DomainFolder programFolder, java.lang.Object consumer, ghidra.app.util.importer.MessageLog messageLog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException, DuplicateNameException, InvalidNameException, VersionException

9.0.1_PUBLIC

introducedInitial version