iphelix / ida-patcher

IDA Patcher is a plugin for Hex-Ray's IDA Pro disassembler designed to enhance IDA's ability to patch binary files and memory.
113 stars 39 forks source link

Problem loading idapatcher.py in IDA v7.5. #2

Open Mulligan81 opened 3 years ago

Mulligan81 commented 3 years ago

Hello. I'd like to use the ida-patcher in my IDA Pro v7.5 but after i've copied the idapatcher.py file to the plugins folder i get cannot import name 'Choose2' from 'idaapi'... error. I've checked and there is a class Choose2 defined in the _idakernwin.py file imported by idaapi.py by the idapatcher.py so I completely don't understand why does the error occur.

y0ny0ns0n commented 3 years ago

Hi, I made fork version for IDA 7.5 and Python 3.

https://github.com/y0ny0ns0n/ida-patcher

I checked it is working on IDA 7.5.201028