Silent Install HQ
ZIP WinGet

HDiffPatch

sisong · 4.12.2 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.

File Identity

SHA256 0cc6aef5c39b058cd568f621bce0783166bdd9ff4b5f1480237bbb2770f5cd9b VirusTotal ↗
Filename hdiffpatch_v4.12.2_bin_windows64.zip

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID sisong.HDiffPatch
Version 4.12.2
Description A C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; runs fast; create small delta/differential; support large files and limit memory requires when diff & patch.
License MIT
Upgrade Behavior install(Install over existing)
Release Notes CHANGE LOG ... Note: - create a delta: $hdiffz -m-4 -SD -c-zstd-21-25 -d oldPath newPath outDiffFile ; if file is very large, try changing -m-4 to -s-64; apply the delta: $hpatchz oldPath diffFile outNewPath - I did not tested linux_riscv32 cmdline on riscv linux PC - libhpatchz.so in android_hpatchz/libs support decompressor: zlib,lzma,lzma2,zstd , & support diffFile created by $hdiffz,$hdiffz -SD - libhpatchz.so in android_hpatchz/libs_patchers support decompressor: zlib,lzma,lzma2,zstd,bzip2…