CliAbstractTable

Package: ghidra.app.util.bin.format.pe.cli.tables
Type: class

9.0.2_PUBLIC

addedfield: blobs
java.util.List<java.lang.Integer> blobs
addedmethod: getRowRepresentationSafe
java.lang.String getRowRepresentationSafe(ghidra.app.util.bin.format.pe.cli.tables.CliTypeTable table, int index)
addedmethod: getRowShortRepSafe
java.lang.String getRowShortRepSafe(ghidra.app.util.bin.format.pe.cli.tables.CliTypeTable otherTable, int index)
addedfield: metadataStream
ghidra.app.util.bin.format.pe.cli.streams.CliStreamMetadata metadataStream
addedfield: numRows
int numRows
addedmethod: readBlobIndex
int readBlobIndex(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedfield: readerOffset
long readerOffset
addedmethod: readGuidIndex
int readGuidIndex(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readStringIndex
int readStringIndex(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedmethod: readTableIndex
int readTableIndex(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.pe.cli.tables.CliTypeTable table) throws IOException
addedfield: rows
java.util.ArrayList<ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow> rows
addedfield: strings
java.util.List<java.lang.Integer> strings
addedfield: tableType
ghidra.app.util.bin.format.pe.cli.tables.CliTypeTable tableType
addedfield: userStrings
java.util.List<java.lang.Integer> userStrings

9.0.1_PUBLIC

introducedInitial version