Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puyodead1/universalpatcher
An offline binary patching system
https://github.com/puyodead1/universalpatcher
Last synced: 1 day ago
JSON representation
An offline binary patching system
- Host: GitHub
- URL: https://github.com/puyodead1/universalpatcher
- Owner: Puyodead1
- License: gpl-3.0
- Created: 2023-08-20T03:08:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T18:50:26.000Z (3 months ago)
- Last Synced: 2024-10-09T13:22:10.581Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UniversalPatcher
An offline binary patching system# About
There are 2 applications:
- Patch Generator
- Create binary diffs between 2 versions using [OctoDiff](https://github.com/OctopusDeploy/Octodiff), compressed with LZMA
- Patcher
- Standalone console app that applies the patches
This was based on [SimplePatchTool](https://github.com/yasirkula/SimplePatchTool) and another closed source game patcher I came across.# Future Ideas
- [ ] Online Patching Option with Launcher