Error in Ida Pro 7.0
D:\IDA 7.0\plugins\keypatch.py: cannot import name arm_const
Traceback (most recent call last):
File "D:\IDA 7.0\python\ida_idaapi.py", line 553, in IDAPython_ExecScript
execfile(script, g)
File "D:\IDA 7.0\plugins\keypatch.py", line 23, in
any luck ?
this is probably because Keystone is not properly setup. you can install newer version of Keystone now, with:
pip install keystone-engine --pre
and hopefully the problem is solved.