Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.25 KB

README.md

File metadata and controls

57 lines (46 loc) · 2.25 KB

Commit-activity Issues Repo-size License
Forks LinkedIn

Welcome to DiffBits

Script for labelling differences in bits. Inspired by Samy Kamkar's "DiffBits" software.

What does the script do?

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.

Installing the dependencies

This script require the colorama package. To install the package, execute:

$ pip install -r requirements.txt

How to use the script

1. Clone this repository:

$ git clone https://github.com/StokicDusan/DiffBits.git
$ cd DiffBits/

2. Launch

In the command line simply invoke the scripts:

$ python3 diffbits.py argv1
  • argv1:
    Name of the file

⚠️ Note: file has to be in the working directory.

3. Test the script

The script can be tested using the test_bits file provided in the repo.

Provide Feedback 👍

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.