mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-0: importing typing into PyGhidraBasics.py
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
# @category: Examples.Python
|
||||
# @runtime PyGhidra
|
||||
|
||||
import typing
|
||||
if typing.TYPE_CHECKING:
|
||||
from ghidra.ghidra_builtins import *
|
||||
|
||||
# we can import java libraries just as if they were python libraries
|
||||
from java.util import LinkedList
|
||||
|
||||
Reference in New Issue
Block a user