/binary_tools

Some useful tools for binary file comparision

Primary LanguagePythonMIT LicenseMIT

binary_tools

Some useful tools for binary file comparision

list_range.py

This script allows you to display and compare binary contents from a file
Usage: make changes to the range, length, folder and file format if needed, and then run:
python list_range.py > output.txt

Output will be something like this, which allows you to compare the differences between the files: image

find_identical_ranges.py

This script allows you to display and compare binary contents from a file
Usage: make changes to the folder and file format, and then run:
python find_identical_ranges.py > output.txt

Output will be something like this, which allows you to compare the differences between the files: image