Coder Social home page Coder Social logo

Patching cancelled... about patching HOT 8 OPEN

gaasedelen avatar gaasedelen commented on July 29, 2024 4
Patching cancelled...

from patching.

Comments (8)

Slluxx avatar Slluxx commented on July 29, 2024 13

I managed to fix it by installing PyQt5 via pip and moving the file
D:\Program Files\Python311\Lib\site-packages\PyQt5\sip.cp311-win_amd64.pyd to
E:\Programs\IDA Pro 7.6\python\3\PyQt5\sip.pyd

Then i commented out line 32 (self.setWindowFlags) in patching\ui\save_ui.py

To fix IDA crashing when clicking on "Assemble...", i commented out line 42
(self._line_assembly.setFocus) in patching\ui\preview_ui.py

IDA Pro 7.6, Python 3.11, PyQt5==5.15.9

from patching.

Kein avatar Kein commented on July 29, 2024 1

c:\Users\%USER%\AppData\Roaming\Hex-Rays\IDA Pro\plugins\

from patching.

ngokmink avatar ngokmink commented on July 29, 2024 1

I managed to fix it by installing PyQt5 via pip and moving the file D:\Program Files\Python311\Lib\site-packages\PyQt5\sip.cp311-win_amd64.pyd to E:\Programs\IDA Pro 7.6\python\3\PyQt5\sip.pyd

This fixed both the "Assemble" crashing and "Patching cancelled" issue for me. Thank you.

from patching.

likeNlong avatar likeNlong commented on July 29, 2024 1

I managed to fix it by installing PyQt5 via pip and moving the file D:\Program Files\Python311\Lib\site-packages\PyQt5\sip.cp311-win_amd64.pyd to E:\Programs\IDA Pro 7.6\python\3\PyQt5\sip.pyd

Then i commented out line 32 (self.setWindowFlags) in patching\ui\save_ui.py

To fix an IDA crashing when clicking on "Assemble...", i commented out line 42 (self._line_assembly.setFocus) in patching\ui\preview_ui.py

IDA Pro 7.6, Python 3.11, PyQt5==5.15.9

thanks,I don't know how you came up with the solution, but it did solve my problem

from patching.

DragonQuestHero avatar DragonQuestHero commented on July 29, 2024 1

I managed to fix it by installing PyQt5 via pip and moving the file D:\Program Files\Python311\Lib\site-packages\PyQt5\sip.cp311-win_amd64.pyd to E:\Programs\IDA Pro 7.6\python\3\PyQt5\sip.pyd

Then i commented out line 32 (self.setWindowFlags) in patching\ui\save_ui.py

To fix an IDA crashing when clicking on "Assemble...", i commented out line 42 (self._line_assembly.setFocus) in patching\ui\preview_ui.py

IDA Pro 7.6, Python 3.11, PyQt5==5.15.9

thanks+1

from patching.

Kein avatar Kein commented on July 29, 2024

Install properly as a user-plugin. Dont mix with other keystone stuff

from patching.

Slluxx avatar Slluxx commented on July 29, 2024

@Kein What does that mean? i just installed it as given by the instructions. no other user-plugins installed.

eg import urllib.request as r; exec(r.urlopen('https://github.com/gaasedelen/patching/raw/main/install.py').read())

The issue is that from patching.util.qt import QT_AVAILABLE
returns False and thus self.view is not populated and cant be opened

from patching.

Slluxx avatar Slluxx commented on July 29, 2024

Yes, i know where the plugins folder is.
There is nothing in it besides the patching plugin.

from patching.

Related Issues (17)

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.