DelayImportDataDirectory

Package: ghidra.app.util.bin.format.pe
Type: class

11.2_PUBLIC

modifiedmethod: markup
param 5 renamed: ntHeader → nt
- void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader ntHeader) throws DuplicateNameException, CodeUnitInsertionException, IOException
+ void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader nt) throws DuplicateNameException, CodeUnitInsertionException, IOException
removedmethod: toDataType
ghidra.program.model.data.DataType toDataType() throws DuplicateNameException, IOException

10.2_PUBLIC

modifiedmethod: markup
removed throws DataTypeConflictException
- void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader ntHeader) throws DuplicateNameException, CodeUnitInsertionException, DataTypeConflictException, IOException
+ void markup(ghidra.program.model.listing.Program program, boolean isBinary, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log, ghidra.app.util.bin.format.pe.NTHeader ntHeader) throws DuplicateNameException, CodeUnitInsertionException, IOException

9.0.1_PUBLIC

introducedInitial version