0
votes
Is there any open source binary differ?
The standard GNU diff shows if two files differ. You might want to look into xdelta for tracking changes (probably what SCM tools use).
To see changes in the files you could hexdump both fi …
