We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
any luck ?
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: