https://github.com/dadadel/bindiff
Compare two binary files
https://github.com/dadadel/bindiff
Last synced: 5 months ago
JSON representation
Compare two binary files
- Host: GitHub
- URL: https://github.com/dadadel/bindiff
- Owner: dadadel
- Created: 2014-02-22T14:02:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T07:44:17.000Z (over 5 years ago)
- Last Synced: 2025-04-15T00:34:05.661Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 28
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bindiff
=======
Compare two binary files making a basic diff.
A message is printed that indicates if the files are identical or differs.
It that case the offset where the files differ is provided. An option -l allow will list the differences.
Usage:
------
Usage: ./bindiff.py [-l] file1 file2
option -l will list all differences with offsets.