hexcompare(1) | Hexcompare user's manual | hexcompare(1) |
hexcompare - compare and identify changes in binary files
hexcompare file1 file2
hexcompare is a tool to compare two binary or ASCII files. It shows a screen divided into two. Useful to forensics cases, identifying identical or similar files.
Once the program has started, you will see that the screen is divided into two. In the top portion, you have the "overview". This is a block diagram representing the differences between both files at a given offset.
A blue block means that the bytes that it represents are the same in both files. Red means that they are different. Grey means that neither file has any data at an offset.
Each block represent a number of bytes. How many bytes are represented depends on your terminal window size.
The bottom half of the screen contains the raw data at a specified offset.
Mouse also works. You can use it to navigate the block diagram "overview".
hexcompare was written by Julien McAride and others.
This manual page was written by Raphael Mota Ramos <raphaelmota.ti@gmail.com> for the Debian project (but may be used by others).
March 2016 | hexcompare 1.0.4 |