bsdiff
bsdiff copied to clipboard
Small optimization resulting in smaller patch files
Merging control records having zero in their first triplet with the previous record (original bsdiff produces records having both the first and second item zeroes, i.e. representing only a seek in the old file).
In my test cases, it reduces size by few KB for PE binaries.