Skip to content

FS-make-simple/bluedelta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary diff and patching

This tool works well with files such as disk images, where data usually stays on the same position unless changed.

Usage

To create a patch file from two files:

bluedelta ./file1.img ./file2.img ./patch.img

To restore file2.img from a patch, use -r:

bluedelta -r ./file1.img ./file2.img ./patch.img

About

Ugly but fast binary diff and patch

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.7%
  • Makefile 10.3%