Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   ByteDelta (https://forum.exetools.com/showthread.php?t=15448)

0xd0000 12-10-2013 12:58

ByteDelta
 
Would anyone be interested in a command line app to generate a byte delta/diff of two executables of the same length.

Example Usage ByteDelta oem.exe patched_oem.exe

Output option is just plain text delta

Offset | OEM | Ptch_OEM |
---------+---------+-------------+
00000088| F1 | 06 |


Or the optional .NET function and/or code to be used for patching..
offsetValueToPatch[0x0088] = 0x06;

cxj98 12-10-2013 15:22

hello, my friend. those tools you are looking for.

http://www.mirrorcreator.com/files/1WNSG79L/PE_compare.rar_links

0xd0000 12-10-2013 22:24

hi cxj98-

I probably didn't articulate my post correctly, I already have (a custom written c# version, I can't take all credit for, a former colleague helped) -- I was just curious if anyone else was interested in it, especially because it generates the C# stub function to be used for patching..

Thanks for the link though, I will check them out.

I will post my own in Soft Rels


All times are GMT +8. The time now is 01:46.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX