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