xdelta

Binary diff and differential compression tools for efficient file comparisons

brewmacoslinux
Try with needOr install directly
Source

About

Binary diff, differential compression tools

Commands

xdeltaxdelta3

Examples

Create a delta (diff) between two files$ xdelta3 -e -s oldfile newfile delta.xdelta
Patch an old file using a delta to recreate the new file$ xdelta3 -d -s oldfile delta.xdelta newfile
Create a delta with compression for bandwidth optimization$ xdelta3 -e -S djw -s original.bin modified.bin patch.xdelta