DebugCOFFSymbolTable

Package: ghidra.app.util.bin.format.pe.debug
Type: class

11.3_PUBLIC

modifiedmethod: getSymbols
return type: ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbol[] → List
- ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbol[] getSymbols()
+ java.util.List<ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbol> getSymbols()

10.2_PUBLIC

removedmethod: createDebugCOFFSymbolTable
static ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbolTable createDebugCOFFSymbolTable(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, ghidra.app.util.bin.format.pe.debug.DebugCOFFSymbolsHeader coffHeader, int offset) throws IOException

9.0.1_PUBLIC

introducedInitial version