Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 394 Bytes

File metadata and controls

16 lines (13 loc) · 394 Bytes

bxdiff/bxpatch

Patching utility that uses BXDIFF40 and BXDIFF41 patch format. Uses XZ Tools LZMA library.

usage

bxdiff bxpatch

requirements

  1. ldid (if you're building iOS version)
  2. liblzma (I used one from MacPorts)
  3. libcrypto

build

  • make # build for iOS
  • make -f Makefile.osx # build for OS X