Results 1 to 1 of 1
Thread: IDA Patcher GUI
-
12-23-2011 #1
IDA Patcher GUI
I found myself needing to patch a .dll with a .dif file produced from IDA, after a very quick and admittedly quite lazy google turned up nothing I decided I needed to just write a quick one. I figured I would share with you the result.
It's quite simple, select the target file you wish to patch and select a .dif file with the patches you wish to make. Note: the .dif files produced by IDA need to either have their first 4 lines removed or simply add a ; to the lines with text (turning them into what my patcher sees as a comment and ignores) otherwise it expects a format of:
Example Dif File
Code:;This difference file has been created by IDA Pro ; ;some file.dll ; ; this is just a sample comment that can be placed inside a .dif file 00005031: 03 17 00005035: 03 17 00005872: 28 00 00005873: 58 00 00005874: 01 00 00005876: 06 00 00005C3A: 18 17 00010F56: 06 16
As you can see above this .dif file would make 8 bytes changes within the specified target file.

Download from ma blogs: http://epicgeeks.net/wp-content/plug...nload.php?id=3Fast, simple, lightweight and FREE image capture and upload!
Check out pixldrop.com today!
Game-Tuts IRC Channel
Webchat: Click here
irc.epicgeeks.net -j #gametuts
-
The Following 3 Users Say Thank You to synmuffin For This Useful Post:
Brandon (12-23-2011),
Christopher(12-23-2011), Matt (12-23-2011)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)



LinkBack URL
About LinkBacks

Reply With Quote
Bookmarks