You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
[HDiffPatch] is a C\C++ library and command-line tools for **diff** & **patch** between binary files or directories(folder); cross-platform; fast running; create small delta/differential; support large files and limit memory requires when diff & patch.
12
12
13
-
[HDiffPatch] defines its own patch file format, this lib is also compatible with the [bsdiff4] patch file format and partially compatible with the [open-vcdiff]and[xdelta3] patch file format [VCDIFF(RFC 3284)].
13
+
[HDiffPatch] defines its own patch file format, this lib is also compatible with the [bsdiff4]& [endsley/bsdiff]patch file format and [partially compatible](https://github.com/sisong/HDiffPatch/issues/369#issuecomment-1869798843) with the [open-vcdiff]&[xdelta3] patch file format [VCDIFF(RFC 3284)].
14
14
15
15
if need patch (OTA) on embedded systems,MCU,NB-IoT..., see demo [HPatchLite], +[tinyuz] decompressor can run on 1KB RAM devices!
16
16
@@ -30,6 +30,7 @@ NOTE: *This library does not deal with file metadata, such as file last wirte ti
0 commit comments