Class CliTableField
- java.lang.Object
- 
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
- 
- ghidra.app.util.bin.format.pe.cli.tables.CliTableField
 
 
- 
- All Implemented Interfaces:
- PeMarkupable,- StructConverter
 
 public class CliTableField extends CliAbstractTable Describes the Field table. Each row represents a field in a TypeDef class. Fields are stored one after the other, grouped by class. References to the Field table encode where the fields for a class start and end.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCliTableField.CliFieldRow
 - 
Field Summary- 
Fields inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableblobs, metadataStream, numRows, PATH, readerOffset, rows, strings, tableType, userStrings
 
- 
 - 
Constructor SummaryConstructors Constructor Description CliTableField(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureDataTypegetRowDataType()Gets the data type of a row in this table.voidmarkup(Program program, boolean isBinary, TaskMonitor monitor, MessageLog log, NTHeader ntHeader)Marks up a PE structure.- 
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTablegetNumRows, getRow, getRowRepresentationSafe, getRowShortRepSafe, getRowSize, getTableSize, getTableType, readBlobIndex, readGuidIndex, readStringIndex, readTableIndex, toDataType, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
CliTableFieldpublic CliTableField(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 - 
Method Detail- 
markuppublic void markup(Program program, boolean isBinary, TaskMonitor monitor, MessageLog log, NTHeader ntHeader) throws DuplicateNameException, CodeUnitInsertionException, java.io.IOException Description copied from interface:PeMarkupableMarks up a PE structure.- Specified by:
- markupin interface- PeMarkupable
- Overrides:
- markupin class- CliAbstractTable
- Parameters:
- program- The program to markup.
- isBinary- True if the program is binary; otherwise, false.
- monitor- The monitor.
- log- The log.
- ntHeader- The PE's NT Header structure.
- Throws:
- DuplicateNameException
- CodeUnitInsertionException
- java.io.IOException
 
 - 
getRowDataTypepublic StructureDataType getRowDataType() Description copied from class:CliAbstractTableGets the data type of a row in this table.- Specified by:
- getRowDataTypein class- CliAbstractTable
- Returns:
- The data type of a row in this table.
 
 
- 
 
-