An open API service indexing awesome lists of open source software.

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

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.