Class CliTableAssemblyRefProcessor
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
-
- ghidra.app.util.bin.format.pe.cli.tables.CliTableAssemblyRefProcessor
-
- All Implemented Interfaces:
PeMarkupable
,StructConverter
public class CliTableAssemblyRefProcessor extends CliAbstractTable
Describes the AssemblyRefProcessor table. Apparently it is ignored by the CLI and shouldn't be present in an assembly.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CliTableAssemblyRefProcessor.CliAssemblyRefProcessorRow
-
Field Summary
-
Fields inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
blobs, metadataStream, numRows, PATH, readerOffset, rows, strings, tableType, userStrings
-
-
Constructor Summary
Constructors Constructor Description CliTableAssemblyRefProcessor(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataType
getRowDataType()
Gets the data type of a row in this table.-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
getNumRows, getRow, getRowRepresentationSafe, getRowShortRepSafe, getRowSize, getTableSize, getTableType, markup, readBlobIndex, readGuidIndex, readStringIndex, readTableIndex, toDataType, toString
-
-
-
-
Constructor Detail
-
CliTableAssemblyRefProcessor
public CliTableAssemblyRefProcessor(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getRowDataType
public DataType getRowDataType()
Description copied from class:CliAbstractTable
Gets the data type of a row in this table.- Specified by:
getRowDataType
in classCliAbstractTable
- Returns:
- The data type of a row in this table.
-
-