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
void load(ghidra.program.model.listing.Program program, ghidra.app.util.opinion.Loader.ImporterSettings settings) throws IOException, 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)
addedmethod:
addExternalReference
void addExternalReference(ghidra.program.model.listing.Data pointerData, ghidra.app.util.bin.format.pe.ImportInfo importInfo, ghidra.app.util.importer.MessageLog log)
addedmethod:
createFileBytes
ghidra.program.database.mem.FileBytes createFileBytes(ghidra.app.util.bin.ByteProvider provider, ghidra.program.model.listing.Program program, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod:
getSectionLayout
ghidra.app.util.bin.format.pe.PortableExecutable.SectionLayout getSectionLayout()