Giter Site home page Giter Site logo

Comments (6)

Fallen1997 avatar Fallen1997 commented on June 8, 2024 1

I got it working.

I'm using ida 7.5 SP3 on windows.
if your IDA giving similar error, i did this then it worked.
install python 3 if you don't have it

  1. Open CMD (command prompr) as ADMINISTRATOR
  2. Type cd C:\Program Files\IDA Pro 7.5 SP3 ( or cd then wherever you have IDA path installed to)
  3. Type idapyswitch.exe (This comes with IDA 7.5+ this allows you to switch to python 3) you should have this in ida folder if not then download it from ida site
  4. You will be able to pick a number, in my case 0 was python 3. after that it should say "Applying version" or something similar, if the console closes right away that means you did not open cmd as admin
  5. now Open cmd as admin again, type pip install six. skip if you done this already
  6. Type in CMD pip install keystone-engine
  7. Download Keypatch from HERE
  8. Copy the keypatch.py and go to the IDA installation folder then go to plugin, paste it there.
  9. Done

from keypatch.

Golbeze avatar Golbeze commented on June 8, 2024

i encounter a same situation, and and i found it was the porting problem in keypatch code, so i patch the source, and finally reach a place that many code call idaapi.add_menu_item,which is already deprecated in new version, it took much time to write new code suit for 7.5, as IDA introduce a more flexible mechanism to performance menu item,so i came here to find something simple to fix it up

from keypatch.

Golbeze avatar Golbeze commented on June 8, 2024

also working for me, amazing

from keypatch.

leileigong avatar leileigong commented on June 8, 2024

also working for me, thanks

from keypatch.

heokute avatar heokute commented on June 8, 2024

working for me, thanks a lot :)

from keypatch.

Bwing4 avatar Bwing4 commented on June 8, 2024

update you keypatch.py from
https://github.com/keystone-engine/keypatch/blob/08e743b841be90c99554b7fa4a6f5e11c6b1d8f8/keypatch.py

from keypatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.