Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 420 Bytes

File metadata and controls

13 lines (10 loc) · 420 Bytes

bsdiff

A fork of Colin Percival's binary diff utilities, cleaned up and modernized for use during HackDuke 2014.

Dependencies:

Like the original bsdiff, this fork relies on bzip2 to compress its diffs.

Changes:

  • Replaced unportable u_char declarations with uint8_t types.
  • Simplified the makefile.
  • Fixed formatting.
  • Replaced BSD-style err functions with fprintf()/exit() combinations.