patching icon indicating copy to clipboard operation
patching copied to clipboard

An Interactive Binary Patching Plugin for IDA Pro

Results 12 patching issues
Sort by recently updated
recently updated
newest added

I am used to pressing alt + e + p + a to patch bytes and alt + e + p + p to apply patches only using the keyboard...

First of all, commendations on your great work ! The built-in assembler for IDA was pretty much unusable so the patching had to be done with an external program, making...

Patching cancelled... when try to apply

Traceback (most recent call last): File "C:\Users/user/AppData/Roaming/Hex-Rays/IDA Pro/plugins\patching\actions.py", line 127, in activate wid = PatchingController(self.core, get_current_ea(ctx)) File "C:\Users/user/AppData/Roaming/Hex-Rays/IDA Pro/plugins\patching\ui\preview.py", line 47, in __init__ self.refresh() File "C:\Users/user/AppData/Roaming/Hex-Rays/IDA Pro/plugins\patching\ui\preview.py", line 223, in...

I want to develop another IDA plugins and call pathcing api in other plugins to modify the assembly code, does patching support this operation?

The Revert action reverts everything I've edited, can you change this behavior? It would be better to revert only the selected address range.

In the Assemble dialog, the cursor should jump to the next line when I press the Enter key. This is a required feature to edit/write multiple assembly code. Can you...

I want to say this one is so much better than the keypatch plugin. Can you enlarge the dialog or perhaps calculate the proper width? I'm trying to avoid the...

when click this ![image](https://github.com/gaasedelen/patching/assets/36320938/a2709e19-29b0-45ed-b884-737219ed2c5a) ida will crush ![image](https://github.com/gaasedelen/patching/assets/36320938/8f43ba72-c63b-48cc-9abb-619937f3eb5a)

### env ``` python 3.9.9 IDA: 7.6 ``` IDA Pro crashes when I type the '%' character in the Assemble window ![image](https://user-images.githubusercontent.com/60732685/229276480-1cd1ddb8-98d4-4d0b-abc1-44c1d1cb16da.png)