Package ghidra.app.util.bin.format.dwarf
Class ExternalDebugFileSymbolImporter
java.lang.Object
ghidra.app.util.bin.format.dwarf.ExternalDebugFileSymbolImporter
Imports symbols from an external debug program (typically created via a reverse strip) into
the program that contains the executable code that the symbols will be applied to.
-
Constructor Summary
ConstructorsConstructorDescriptionExternalDebugFileSymbolImporter
(Program program, Program externalDebugProgram, TaskMonitor monitor) -
Method Summary
-
Constructor Details
-
ExternalDebugFileSymbolImporter
public ExternalDebugFileSymbolImporter(Program program, Program externalDebugProgram, TaskMonitor monitor)
-
-
Method Details
-
importSymbols
- Throws:
CancelledException
-