Class DebugCOFFSymbolTable
java.lang.Object
ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbolTable
A class to represent the COFF Symbol Table.
-
Constructor Summary
ConstructorDescriptionDebugCOFFSymbolTable
(BinaryReader reader, DebugCOFFSymbolsHeader coffHeader, int offset) -
Method Summary
Modifier and TypeMethodDescriptionReturns the COFF symbols defined in this COFF symbol table.
-
Constructor Details
-
DebugCOFFSymbolTable
public DebugCOFFSymbolTable(BinaryReader reader, DebugCOFFSymbolsHeader coffHeader, int offset) throws IOException - Throws:
IOException
-
-
Method Details
-
getSymbols
Returns the COFF symbols defined in this COFF symbol table.- Returns:
- the COFF symbols defined in this COFF symbol table
-