Help - Search - Members - Calendar
Full Version: Program for bit-comparing files?
Hydrogenaudio Forums > Misc. > Off-Topic
Rain
Let's say I want to bit-compare two programs written in C++, what should I do? Are there any free programs which do this?

I understand that if I calculate checksums for the 2 programs and if both have the same checksum, then they're the same, is this correct?
Jan S.
In a command-prompt you use the command fc [file1] [file2].
And yes. They should be identical if the checksum is.
pepoluan
You forgot /b. The line should read:
CODE
fc /b file1.bin file2.bin

manginsai
use win SQL
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.