OmfUtils

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

12.1_PUBLIC

addedmethod: readBigString
static ghidra.app.util.bin.format.omf.OmfString readBigString(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readRecords
static java.util.List<ghidra.app.util.bin.format.omf.OmfRecord> readRecords(ghidra.app.util.bin.format.omf.AbstractOmfRecordFactory factory, ghidra.app.util.importer.MessageLog log) throws OmfException, IOException
removedmethod: readRecords
static java.util.List<ghidra.app.util.bin.format.omf.OmfRecord> readRecords(ghidra.app.util.bin.format.omf.AbstractOmfRecordFactory factory) throws OmfException, IOException

11.2_PUBLIC

introducedInitial version