mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09: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:
@@ -15,6 +15,7 @@
|
||||
##
|
||||
# Example of how to perform an overview query in a script
|
||||
# @category BSim.python
|
||||
# @runtime Jython
|
||||
|
||||
import ghidra.features.bsim.query.facade.SFOverviewInfo as SFOverviewInfo
|
||||
import ghidra.features.bsim.query.facade.SimilarFunctionQueryService as SimilarFunctionQueryService
|
||||
|
||||
Reference in New Issue
Block a user