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/
the archive include visual studio solution and also his original source code (ida_patcher.c)
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)