Script for labelling differences in bits. Inspired by Samy Kamkar's "DiffBits" software.
The script prints bits from a passed file with highlighted bits that match in all bit strings. Bits should be stored as a string in a textual file.
This script require the colorama package. To install the package, execute:
$ pip install -r requirements.txt
$ git clone https://github.com/StokicDusan/DiffBits.git
$ cd DiffBits/
In the command line simply invoke the scripts:
$ python3 diffbits.py argv1
- argv1:
Name of the file
The script can be tested using the test_bits file provided in the repo.
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.