1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00
2022-05-17 13:40:16 +02:00

11 lines
256 B
Markdown

pkg_tinyvcdiff
==============
This test patches the binary file `source.bin` using `delta.bin` and reconstructs `target.bin`.
`delta.bin` has been created with open-vcdiff:
```
vcdiff delta -interleaved -dictionary source.bin <target.bin >delta.bin
```