Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for IDA 6.9 #28

Open
kvozon opened this issue Jun 19, 2016 · 2 comments
Open

Add support for IDA 6.9 #28

kvozon opened this issue Jun 19, 2016 · 2 comments

Comments

@kvozon
Copy link

kvozon commented Jun 19, 2016

Hello, I'm trying to run it on ida 6.9, but got an error of QDialog on AboutWindow, after i fix it with QWidget, i got an log message output of parsers loaded and nothing else - menu item doesn't appears. Can you please fix it?

@p-state
Copy link

p-state commented Aug 22, 2016

@kvozon can you check fix? #29

@waadaa85
Copy link

waadaa85 commented Oct 3, 2016

DIE failed to initialize on IDA Pro 6.95 (32 bits)...

I got the following:
die_proxy.py: global name 'idaapi' is not defined
Traceback (most recent call last):
File "D:\IDA695\python\ida_idaapi.py", line 509, in IDAPython_ExecScript
execfile(script, g)
File "D:/IDA695/plugins/die_proxy.py", line 13, in
plugin = imp.load_source(name, plugin_path)
File "D:\IDA695\DIE\DIE.py", line 24, in
import DIE.UI.BPView
File "D:\IDA695\DIE\DIE\UI\BPView.py", line 5, in
from DIE.Lib import BpHandler
File "D:\IDA695\DIE\DIE\Lib\BpHandler.py", line 546, in
_bp_handler = BpHandler()
File "D:\IDA695\DIE\DIE\Lib\BpHandler.py", line 36, in init
self.iat = StaticImports() # Static IAT
File "D:\IDA695\DIE\DIE\Lib\DbgImports.py", line 24, in init
self.get_iat_data()
File "D:\IDA695\DIE\DIE\Lib\DbgImports.py", line 42, in get_iat_data
imp_num = idaapi.get_import_module_qty() # Number of imported modules
NameError: global name 'idaapi' is not defined

additional infos:
DIE installed from Github cloned dir.
Python is 2.7.12 from Anaconda.
pip install -r requirements.txt has been done.
pywin32 installed (provided by anaconda)
%pythonpath% has both IDAPro root dir and IDA's Python sub-directory
%PATH% also has both repositories
%DIEDIR% exists and point to D:\IDA695\DIE

Please advise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants