mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +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
|
@ -19,6 +19,7 @@
|
|||
#Print the file offset as a Ghidra comment at the memory address in the Ghidra Listing
|
||||
#If multiple addresses are located, then print the addresses to the console (do not set a Ghidra comment)
|
||||
# @category Examples
|
||||
# @runtime Jython
|
||||
|
||||
import sys
|
||||
from ghidra.program.model.address import Address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue