mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +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
|
@ -15,6 +15,7 @@
|
|||
##
|
||||
# Sets up IOPORT IN/OUT references for the Program
|
||||
#@category Instructions
|
||||
#@runtime Jython
|
||||
# Before running this script, you should have created an OVERLAY memory
|
||||
# space called IOMEM, starting at address 0, size 0x10000.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue