OmfFileHeader

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

11.2_PUBLIC

removedtype: ghidra.app.util.bin.format.omf.OmfFileHeader
class OmfFileHeader

10.3_PUBLIC

addedmethod: parse
static ghidra.app.util.bin.format.omf.OmfFileHeader parse(ghidra.app.util.bin.BinaryReader reader, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws IOException, OmfException
modifiedmethod: scan
param 3 renamed: initialCommentsOnly → fastscan
- static ghidra.app.util.bin.format.omf.OmfFileHeader scan(ghidra.app.util.bin.BinaryReader reader, ghidra.util.task.TaskMonitor monitor, boolean initialCommentsOnly) throws IOException, OmfException
+ static ghidra.app.util.bin.format.omf.OmfFileHeader scan(ghidra.app.util.bin.BinaryReader reader, ghidra.util.task.TaskMonitor monitor, boolean fastscan) throws IOException, OmfException
removedmethod: parse
static ghidra.app.util.bin.format.omf.OmfFileHeader parse(ghidra.app.util.bin.BinaryReader reader, ghidra.util.task.TaskMonitor monitor) throws IOException, OmfException

9.0.1_PUBLIC

introducedInitial version