Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dwighthouse/a456038c5003bac2fd91f120987a2699 to your computer and use it in GitHub Desktop.
Save dwighthouse/a456038c5003bac2fd91f120987a2699 to your computer and use it in GitHub Desktop.
Readable Binary File Diff
diff -y --suppress-common-lines <(xxd PATH1) <(xxd PATH2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment