View Single Post
  #11  
Old 08-01-2022, 08:45
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,176
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
XDelta
  • Make a patch between two files (convert an old file to a new file).
  • Extremely fast and makes small patches. Quick to apply patches too.
  • Open source.

    Example Usage:
    Code:
    xdelta-x64.exe -v2 -S lzma -9 -e -s <old file> <new file> <patch file>
    
    xdelta-x64.exe -v2 -d -f -s <old file> <patch file> <newfile>
https://github.com/jmacd/xdelta

By Joshua MacDonald
Attached Files
File Type: 7z XDelta.7z (258.2 KB, 93 views)

Last edited by Masquerade; 12-03-2022 at 03:02.
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (25-02-2022), sakila(playboy) (09-10-2022)