Merge remote-tracking branch 'origin/GT-2838_ryanmkurtz_PR-460_neutralinsomniac_ida_sys'

This commit is contained in:
ghidravore 2019-05-02 16:16:44 -04:00
commit 1c43c6dc91
5 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Loader and plugin for IDA to import a XML PROGRAM file to a database.
"""
import idaapi
import sys
import time
from xml.etree import cElementTree

View File

@ -9,6 +9,7 @@ import idaapi
import idautils
import idc
import datetime
import sys
import time

View File

@ -13,6 +13,7 @@ import ida_kernwin
import ida_pro
import idaxml
import idc
import sys
"""

View File

@ -12,6 +12,7 @@ import ida_idaapi
import ida_kernwin
import idaxml
import idc
import sys
class XmlExporterPlugin(ida_idaapi.plugin_t):

View File

@ -33,6 +33,7 @@ import idautils
import idc
import datetime
import os
import sys
import time
from xml.etree import cElementTree