mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-07 09:11:15 -09:00
7 lines
251 B
Python
7 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
|