Class DebugCOFFSymbolTable
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbolTable
-
public class DebugCOFFSymbolTable extends java.lang.Object
A class to represent the COFF Symbol Table.
-
-
Constructor Summary
Constructors Constructor Description DebugCOFFSymbolTable()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugCOFFSymbolTable
createDebugCOFFSymbolTable(FactoryBundledWithBinaryReader reader, DebugCOFFSymbolsHeader coffHeader, int offset)
DebugCOFFSymbol[]
getSymbols()
Returns the COFF symbols defined in this COFF symbol table.
-
-
-
Method Detail
-
createDebugCOFFSymbolTable
public static DebugCOFFSymbolTable createDebugCOFFSymbolTable(FactoryBundledWithBinaryReader reader, DebugCOFFSymbolsHeader coffHeader, int offset) throws java.io.IOException
- Throws:
java.io.IOException
-
getSymbols
public DebugCOFFSymbol[] getSymbols()
Returns the COFF symbols defined in this COFF symbol table.- Returns:
- the COFF symbols defined in this COFF symbol table
-
-