Class CliTableManifestResource
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
ghidra.app.util.bin.format.pe.cli.tables.CliTableManifestResource
- All Implemented Interfaces:
PeMarkupable
,StructConverter
Describes the ManifestResources table. Each row is a reference to an external or internal resource.
-
Nested Class Summary
-
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
ConstructorDescriptionCliTableManifestResource
(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) -
Method Summary
Modifier and TypeMethodDescriptionGets 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 Details
-
CliTableManifestResource
public CliTableManifestResource(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws IOException - Throws:
IOException
-
-
Method Details
-
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.
-