Skip to main content
edited tags
Link
Gilles 'SO- stop being evil'
  • 838.7k
  • 198
  • 1.8k
  • 2.2k
Source Link
Anna
  • 1.1k
  • 1
  • 11
  • 23

diff binary files of different sizes?

Is there a neat way to see the difference between two binary files? They are mostly the same, but some bytes are changed, and one of the files has sequences inserted in some places.

Diffing the output of xxd would work if bytes were only changed, and not inserted.