jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
http://xdelta.org
1.09k stars 181 forks source link

Does xdelta have a specification somewhere? #243

Open i30817 opened 6 years ago

i30817 commented 6 years ago

Currently i'm doing a cmd line tool that would be much faster if i could extract the source crc32 (or similar checksum) from the xdelta patch file.

.bps has something like this in a footer at the end with the last 12 bytes being the source, target and patch crc32, anything like that for xdelta?

vector-man commented 1 year ago

This is an old post, but I'm also looking for the specifications. I'm interested in making an xdelta-related utility.

A nice doc with the file layout word be nice.

ivan386 commented 1 year ago

Maybe this help: The VCDIFF Generic Differencing and Compression Data Format