hi i am looking for something like 'diff' which can compare binary files and give a result other then just 'differ' or 'same' the same as what diff does for text files.
i though of using xxd with a regular diff, but that doesn't help, as if there is one byte missing, all lines are shifted which means they are different textually, when they are not really. thanks, erez.