Package ghidra.app.util.bin.format.omf
Class OmfLibraryRecord
- java.lang.Object
 - 
- ghidra.app.util.bin.format.omf.OmfRecord
 - 
- ghidra.app.util.bin.format.omf.OmfLibraryRecord
 
 
 
- 
public class OmfLibraryRecord extends OmfRecord
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOmfLibraryRecord.MemberHeader 
- 
Constructor Summary
Constructors Constructor Description OmfLibraryRecord(BinaryReader reader) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckMagicNumer(BinaryReader reader)java.util.ArrayList<OmfLibraryRecord.MemberHeader>getMemberHeaders()intgetPageSize()static OmfLibraryRecordparse(BinaryReader reader, TaskMonitor monitor)- 
Methods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, validCheckSum 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
OmfLibraryRecord
public OmfLibraryRecord(BinaryReader reader) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
- 
Method Detail
- 
getPageSize
public int getPageSize()
 
- 
getMemberHeaders
public java.util.ArrayList<OmfLibraryRecord.MemberHeader> getMemberHeaders()
 
- 
checkMagicNumer
public static boolean checkMagicNumer(BinaryReader reader) throws java.io.IOException
- Throws:
 java.io.IOException
 
- 
parse
public static OmfLibraryRecord parse(BinaryReader reader, TaskMonitor monitor) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -