mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
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:
parent
5ab72bf4f2
commit
420eb767e8
38 changed files with 438 additions and 93 deletions
|
@ -20,6 +20,7 @@
|
|||
# use only. Please run the Java version in a production environment.
|
||||
|
||||
#@category Examples.Python
|
||||
#@runtime Jython
|
||||
|
||||
from time import *
|
||||
import java.util.Calendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue