IDA Patcher GUI
welcome to Game-Tuts.com - Register
Results 1 to 1 of 1

Thread: IDA Patcher GUI

  1. #1
    Code Monkey
    Join Date
    Dec 2009
    Location
    Ontario
    Posts
    848
    Thanks
    1093
    Gamertag
    catisoldnmoldy

    Default 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=3
    Fast, 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


  2. 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)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
visit GameTuts on these social networking sites