Class CliTableCustomAttribute
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
-
- ghidra.app.util.bin.format.pe.cli.tables.CliTableCustomAttribute
-
- All Implemented Interfaces:
PeMarkupable
,StructConverter
public class CliTableCustomAttribute extends CliAbstractTable
Describes the CustomAttribute table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CliTableCustomAttribute.CliCustomAttributeRow
-
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 CliTableCustomAttribute(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureDataType
getRowDataType()
Gets the data type of a row in this table.void
markup(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.CliAbstractTable
getNumRows, getRow, getRowRepresentationSafe, getRowShortRepSafe, getRowSize, getTableSize, getTableType, readBlobIndex, readGuidIndex, readStringIndex, readTableIndex, toDataType, toString
-
-
-
-
Constructor Detail
-
CliTableCustomAttribute
public CliTableCustomAttribute(BinaryReader reader, CliStreamMetadata stream, CliTypeTable tableId) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getRowDataType
public StructureDataType 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.
-
markup
public void markup(Program program, boolean isBinary, TaskMonitor monitor, MessageLog log, NTHeader ntHeader) throws DuplicateNameException, CodeUnitInsertionException, java.io.IOException
Description copied from interface:PeMarkupable
Marks up a PE structure.- Specified by:
markup
in interfacePeMarkupable
- Overrides:
markup
in classCliAbstractTable
- 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
-
-