NAME
BinDiff v1.1
DESCRIPTION
Compare two binary files in chunks of 8 bytes, dumping all
differing chunks. Differing bytes are marked. Line format is:
offset: file1-hex file1-chars | file2-hex file2-chars
If BinDiff finds any differences it sets WARN (5) as the DOS
error code, else OK (0). BinDiff is pure of heart and can
therefore be made resident.
SYNOPSIS
BinDiff FILE1/A,FILE2/A,HEX/S,ALL/S,QUIET/S
OPTIONS
FILE1, FILE2 - the two files to be compared
HEX - offsets are printed in hex not decimal
ALL - dump all, not only differing chunks
QUIET - all output is omitted
|