biodiff

Hex diff viewer using biological sequence alignment algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Hex diff viewer using alignment algorithms from biology

Commands

biodiff

Examples

Compare two binary files and display differences with alignment$ biodiff file1.bin file2.bin
View hex diff of two versions of the same file$ biodiff original.exe modified.exe
Compare files and output results to a file$ biodiff input1 input2 > diff_output.txt