Skip to content

Delta-based binary differencing patcher and specification

License

Notifications You must be signed in to change notification settings

virginviolet/beat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

beat v01

Author: byuu

2024-09-03 21_24_52-beat v01

Description from the user manual:

beat is a delta-based binary differencing patcher and specification. It encodes the differences between either a) two files, or b) two folders, and stores the difference as a beat patch.

Unlike linear patches, delta patches can detect and encode data insertions and deletions. What this means is that patches against files that have had data inserted or removed from them are substantially smaller.

Patches that encode the difference between two files use the .bps extension, short for "beat patch - single (file)"

Patches that encode the difference between two folders full of files use the .bpm extension, sort for "beat patch - multi (file)"

Download

Download from releases.

About

Delta-based binary differencing patcher and specification

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages