Class CliTableMethodSpec
- java.lang.Object
- 
- ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTable
- 
- ghidra.app.util.bin.format.pe.cli.tables.CliTableMethodSpec
 
 
- 
- All Implemented Interfaces:
- PeMarkupable,- StructConverter
 
 public class CliTableMethodSpec extends CliAbstractTable Describes the MethodSpec table. Each row is a unique instantiation of a generic method.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classCliTableMethodSpec.CliMethodSpecRow
 - 
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 CliTableMethodSpec(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- 
CliTableMethodSpecpublic CliTableMethodSpec(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.
 
 
- 
 
-