View Single Post
  #3  
Old 08-01-2022, 01:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
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
Reply With Quote
The Following 3 Users Say Thank You to Masquerade For This Useful Post:
ffmla (08-01-2022), Gehrman (25-02-2022), Razor12911 (08-01-2022)