danigargu/IDAtropy

Not compatible with IDA 7.4

pandasauce opened this issue · 2 comments

It looks like IDA 7.4 may have deprecated some API functionality?

On start:

C:\ida74\plugins\IDAtropy.py: name 'Choose2' is not defined
Traceback (most recent call last):
  File "C:\ida74\python\2\ida_idaapi.py", line 619, in IDAPython_ExecScript
    exec(code, g)
  File "C:/ida74/plugins/IDAtropy.py", line 177, in <module>
    class XrefsEntropy(Choose2):
NameError: name 'Choose2' is not defined

Hope @danigargu can make IDAtropy on python3.8 compatible with IDA Pro 7.5.

Hi!
I just updated the plugin to support Python 3.X and IDA >= 7.4
If you find any inconsistency, let me know :)

Thanks