Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 555 Bytes

fine

Patching toolset.

  • File and memory based streams
  • Memory based bitstream
  • ISO9660 reader and basic ISO patching utilities
  • Xdelta in-memory patching
  • Custom archive format for storing patch data
  • CPK decompression
  • Running external tools (Windows only)

Bundled libraries:

  • JSON parsing: picojson
  • Logging: spdlog
  • Patching: xdelta3
  • Hashing: xxHash

See BUILDING.md for details on how to build.

See LICENSE and LICENSE-3RD for license information. Note that code in different branches may be licensed under different terms.