mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
6 lines
251 B
Python
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
|