Skip to content

Commit

Permalink
Update dtk_symbol_importer.py (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkiv authored Dec 23, 2024
1 parent 4ffc683 commit e10d55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ghidra-scripts/dtk_symbol_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import subprocess

from ghidra.program.model.symbol import *
from ghidra.program.model.symbol import SourceType, SymbolType, SymbolUtilities

# Read/demangle symbols file
f = askFile("Symbols File", "OK")
Expand Down

0 comments on commit e10d55e

Please sign in to comment.