GP-4706: GhidraScripts can now use @runtime to specify which GhidraScriptProvider to use when multiple expect the same script file extension (e.g., '.py')

This commit is contained in:
Ryan Kurtz 2024-06-28 13:26:24 -04:00
parent 5ab72bf4f2
commit 420eb767e8
38 changed files with 438 additions and 93 deletions

View file

@ -16,6 +16,7 @@
# Generate the BSim signature for the function at the current address,
# then dump the signature hashes and debug information to the console
# @category: BSim.python
# @runtime Jython
import ghidra.app.decompiler.DecompInterface as DecompInterface
import ghidra.app.decompiler.DecompileOptions as DecompileOptions