Package ghidra.app.util.bin.format.omf
Class OmfEnumeratedData
java.lang.Object
ghidra.app.util.bin.format.omf.OmfRecord
ghidra.app.util.bin.format.omf.OmfData
ghidra.app.util.bin.format.omf.OmfEnumeratedData
- All Implemented Interfaces:
Comparable<OmfData>
-
Field Summary
Fields inherited from class ghidra.app.util.bin.format.omf.OmfData
dataOffset, segmentIndexFields inherited from class ghidra.app.util.bin.format.omf.OmfRecord
ALIAS, BAKPAT, BLKDEF, BLKEND, CEXTDEF, checkSum, COMDAT, COMDEF, COMENT, DEBSYM, END, ENDREC, EXTDEF, FIXUPP, GRPDEF, LCOMDEF, LEDATA, LEXTDEF, LHEADR, LIBDIC, LIBHED, LIBLOC, LIBNAM, LIDATA, LINNUM, LINSYM, LLNAMES, LNAMES, LOCSYM, LPUBDEF, MODEND, NBKPAT, OVLDEF, PEDATA, PIDATA, PUBDEF, recordLength, recordOffset, recordType, REDATA, REGINT, RHEADR, RIDATA, SEGDEF, START, THEADR, TYPDEF, VENDEXT, VERNUM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getByteArray(BinaryReader reader) Create a byte array holding the data represented by this object.intbooleanMethods inherited from class ghidra.app.util.bin.format.omf.OmfData
compareTo, getDataOffset, getSegmentIndexMethods inherited from class ghidra.app.util.bin.format.omf.OmfRecord
calcCheckSum, getRecordLength, getRecordName, getRecordOffset, getRecordType, hasBigFields, readCheckSumByte, readIndex, readInt1Or2, readInt2Or4, readRecord, readRecordHeader, readString, toString, validCheckSum
-
Constructor Details
-
OmfEnumeratedData
- Throws:
IOException
-
-
Method Details
-
getLength
public int getLength() -
getByteArray
Description copied from class:OmfDataCreate a byte array holding the data represented by this object. The length of the byte array should exactly match the value returned by getLength()- Specified by:
getByteArrayin classOmfData- Parameters:
reader- is for pulling bytes directly from the binary image- Returns:
- allocated and filled byte array
- Throws:
IOException- for problems accessing data through the reader
-
isAllZeroes
public boolean isAllZeroes()- Specified by:
isAllZeroesin classOmfData- Returns:
- true if this is a block entirely of zeroes
-