hex comparing

Technical Chatter here.
Post Reply
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

hex comparing

Post 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?
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Post by Tural »

Hex Workshop has a compare function.
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post by sneakyn8 »

i found this its called hexcmp and its made specifically for comparing two file in hex
Last edited by sneakyn8 on Fri Jul 18, 2008 1:08 pm, edited 1 time in total.
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post 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
...left for good
sneakyn8





Posts: 989
Joined: Thu Dec 14, 2006 1:48 pm

Post 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
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post 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...
...left for good
Post Reply