use ida diff files to patch binaries

Rip Cord

Administrator
Staff member
Developer
here's a small app that uses a diff file produced by ida to patch a binary.
this is just a variation on the ida-patcher by Chris Eagle the author of The Ida Pro Book
so all credit to him, of course
all the book samples can be downloaded from http://www.idabook.com/

Code:
usage:
dif2patch <input file> <diff file> <patched file>

the archive include visual studio solution and also his original source code (ida_patcher.c)
 

Attachments

  • patchwithdif.zip
    1.3 MB · Views: 1
Top