mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -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
|