keystone-engine / keypatch

Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
http://www.keystone-engine.org/keypatch
GNU General Public License v2.0
1.49k stars 355 forks source link

IS IT WORKING FINE WITH IDA 9.0 ANYONE TESTED ? #94

Open y0ush4 opened 2 weeks ago

y0ush4 commented 2 weeks ago

If someone has tested it on version 9.0 please let me know

imethod commented 1 week ago

no image

y0ush4 commented 1 week ago

worked perfectly after a little hassle

Untitled

blue-devil commented 1 week ago

@y0ush4 so you manually port idapython from 8 to 9 right? Are you planning to share on your github

y0ush4 commented 1 week ago

just uninstall any version of python you have and 1=install 3.10.5 2=open your python prompt install Key-stone engine ( pip install keystone-engine ) i am on windows 10 used gitbash 3=DOWNLOAD & copy all files from ALL FILES MEANS ALL ( keystone-0.9.2-win64.zip) to plugin folder of the IDA 9 4=download the attached keypatch.ZIP.... unzip it and copy paste in Plugin of the IDA

keypatch.zip

5=ENJOY

sometime it need install wheel package of the python just look carefully

blue-devil commented 1 week ago

I have made it work on macOS! Thank you @y0ush4 Anyone wanted how I did in macOS m2 check it here

Neoncat-OG commented 1 day ago

Can confirm it works on linux. Thanks @blue-devil and @y0ush4!