mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Add missing 'sys' import to IDAPro import/export scripts
This commit is contained in:
parent
4ce178c419
commit
e0fabe4b72
5 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,7 @@ import idautils
|
|||
import idc
|
||||
import datetime
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
from xml.etree import cElementTree
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue