
08-01-2022, 01:24
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
|
|
HDiffPatch [Also known as HDiffZ]
- Make a patch between two files (convert an old file to a new file).
- HDiffZ is slower at patch creating than XDelta, however the patches made by this program are smaller than XDelta and apply in a similar time.
Example Usage
Code:
hdiffz-x64 -c-lzma2-9 -C-no <old file> <new file> <patch file>
to make a patch
Code:
hpatchz-x64 <old file> <patch file> <newfile>
to apply a patch to the old file, making a new file
https://github.com/sisong/HDiffPatch
By sisong
|