ghidra/Ghidra/Features/Python/ghidra_scripts/external_module_caller.py
2019-03-26 13:46:51 -04:00

6 lines
251 B
Python

# Example of importing an external Ghidra Python module
# @category: Examples.Python
# Import the external module that wants to access the Ghidra scripting API.
# NOTE: see external_module_callee.py for additional tips.
import external_module_callee