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.Object
Top 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 int
getMask()
long
getOffset()
RichHeaderRecord[]
getRecords()
int
getSize()
DataType
toDataType()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
toDataType
public DataType toDataType()
-
-