Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Ida Pro 7.0 #52

Open
ghost opened this issue Oct 13, 2018 · 2 comments
Open

Error in Ida Pro 7.0 #52

ghost opened this issue Oct 13, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 13, 2018

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

@DavidNorena
Copy link

any luck ?

@aquynh
Copy link
Member

aquynh commented Jun 14, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants