Package ghidra.app.util.bin.format.pe
Class RichTable
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.RichTable
-
public class RichTable extends java.lang.ObjectTop level object model of theRichHeader. Stores an array ofRichHeaderRecord.
-
-
Constructor Summary
Constructors Constructor Description RichTable(BinaryReader reader)RichTable(MemBuffer buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMask()longgetOffset()RichHeaderRecord[]getRecords()intgetSize()DataTypetoDataType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RichTable
public RichTable(MemBuffer buf)
-
RichTable
public RichTable(BinaryReader reader)
-
-
Method Detail
-
getRecords
public RichHeaderRecord[] getRecords()
-
getOffset
public long getOffset()
-
getMask
public int getMask()
-
getSize
public int getSize()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toDataType
public DataType toDataType()
-
-