https://github.com/jleclanche/python-ptch
A library to read and apply Blizzard PTCH files.
https://github.com/jleclanche/python-ptch
blizzard bsdiff
Last synced: 2 months ago
JSON representation
A library to read and apply Blizzard PTCH files.
- Host: GitHub
- URL: https://github.com/jleclanche/python-ptch
- Owner: jleclanche
- License: mit
- Created: 2012-08-18T18:26:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-26T09:59:49.000Z (about 9 years ago)
- Last Synced: 2025-01-27T09:22:50.564Z (4 months ago)
- Topics: blizzard, bsdiff
- Language: Python
- Homepage: https://hearthsim.info
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-ptch
A small library to read and apply Blizzard PTCH files.
PTCH is a container format for binary patches based on the
[BSDIFF40](http://www.daemonology.net/bsdiff/) format.The format is used as part of Blizzard's patching toolset for
World of Warcraft: Cataclysm. It was dropped in later games
in favour of [CASC](http://www.zezula.net/en/casc/main.html).