DIE
DIE copied to clipboard
Add support for IDA 6.9
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?
@kvozon can you check fix? https://github.com/ynvb/DIE/pull/29
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
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.