Closed apmorton closed 4 years ago
I am wondering the same.
Here IDA 6.6, No module named ida_frame
from vtableAddress.py
Hello,
Every few version Hex-Rays team changes the IDAPython API, I'm planning to convert the code to support IDA 7.4 and above soon (I will keep the tool compatible with older versions from 7.0). Unfortunately, the tool does not support versions older than 7.0 (Since the API was changed in this version too) and because the majority of people do not use older versions than 7 I will have no time to work on this too.
Thanks, will update when the new version will be up.
https://github.com/idapython/src/blob/master/tools/gen_idc_bc695.py
or
add import idc_bc695
after import idc
to redefine the deprecated api.
Virtuailor now supports the new IDA versions from 7.4, The older versions between 7.0 to 7.4 are also supported in branch beforeIDA-7.4.
What versions of IDA is this expected to work with?
With a stock install of IDA 7.4 the script fails with errors like:
(and similar errors with undefined names in the idc module if I manually specify an EA range)
It seems like this was build using a pretty old version of ida?