Page 1 of 1

hex comparing

Posted: Fri Jul 18, 2008 12:41 pm
by sneakyn8
is there a program to open two files at once and it will tell me the difference between the two in hex? if so do you have any recomendations?

Posted: Fri Jul 18, 2008 12:42 pm
by Tural
Hex Workshop has a compare function.

Posted: Fri Jul 18, 2008 12:48 pm
by sneakyn8
i found this its called hexcmp and its made specifically for comparing two file in hex

Posted: Fri Jul 18, 2008 1:07 pm
by Patrickssj6
If you can, write your own one. It's really really easy.

So many...
http://anonym.to/?http://www.prestosoft ... ug-ins.exe

Posted: Sat Jul 19, 2008 9:04 am
by sneakyn8
Patrickssj6 wrote:If you can, write your own one. It's really really easy.

So many...
http://anonym.to/?http://www.prestosoft ... ug-ins.exe
could you teach me how or link me to a good tutorial for one

Posted: Sun Jul 20, 2008 6:07 am
by Patrickssj6
IO.BinaryReader...

Then just read byte by byte or store both files in an array or whatever and then compare with a loop. This is as easy as it gets...