mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
9 lines
291 B
Python
9 lines
291 B
Python
# Example of a script calling another script.
|
|
|
|
# DISCLAIMER: This is a recreation of a Java Ghidra script for example
|
|
# use only. Please run the Java version in a production environment.
|
|
|
|
#@category Examples.Python
|
|
|
|
runScript("HelloWorldScript.java")
|
|
runScript("HelloWorldPopupScript.java")
|