keypatch icon indicating copy to clipboard operation
keypatch copied to clipboard

Error in Ida Pro 7.0

Open ghost opened this issue 7 years ago • 2 comments

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 from keystone import * File "C:\Python27\lib\site-packages\keystone_init_.py", line 2, in from . import arm_const, arm64_const, mips_const, sparc_const, hexagon_const, systemz_const, ppc_const, x86_const ImportError: cannot import name arm_const

ghost avatar Oct 13 '18 19:10 ghost

any luck ?

DavidNorena avatar Jun 06 '20 04:06 DavidNorena

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.

aquynh avatar Jun 14 '20 08:06 aquynh