Open SoarLife opened 5 years ago
If you face the same issue:
Please do this
1: Make sure you have the latest version of keypatch.py.
Windows 10 IDA PRO 7.2 Keypatch Latest
try to install our new Pypi package with:
pip install keystone-engine --pre
and see if Keystone is properly installed for you.
I use IDA7.0 on Win10.When I follow your step to install the latest keypatch,IDA 7.0 cannot import this plugins.
the step I follow
download the keypatch from github [https://github.com/keystone-engine/keypatch] and place keypatch.py into IDA 7.0/plugins/
download the 64-bit keystone msi [http://www.keystone-engine.org/download/] and install the keystone module,because i use 64-bit python2.7.13 in my os.
but it doesn't work,and got these error:(from IDA output window)
I dive into deep step
When I google to solve this problem,I find your install tips from http://www.keystone-engine.org/keypatch/
so I change my python-64-bit to python-32-bit,and reinstall the keystone-32bit-msi,at the same time,I copy the modles
D:\python\python2\Lib\site-packages\keystone
toD:\Program Files\IDA 7.0\python
,and still get the same error in IDA7.0 output windows,So what's the problem?
notice this "D:\python\python2\lib\site-packages\keystone__init__.py" is not the correct format in window,and the modle import failed,it the keypatch.py and kestone modle for python something wrong?