Skip to content

C# library for patching standalone applications with binary diff and self patching support

License

Notifications You must be signed in to change notification settings

Crushedice/SimplePatchTool

This branch is 7 commits behind yasirkula/SimplePatchTool:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5bf5a03 · May 25, 2019

History

37 Commits
May 25, 2019
May 22, 2019
May 20, 2019
May 25, 2019
May 21, 2019
Jul 26, 2018
Jul 26, 2018
May 23, 2019
Nov 25, 2018

Repository files navigation

Simple Patch Tool

screenshot

SimplePatchTool is a general-purpose patcher library for standalone applications.

FEATURES

  • written completely in C#
  • supports repair patching as well as binary diff patching
  • gives you complete control over where the patch files are stored (you can even host your files on Google Drive™)
  • supports self patching (e.g. launcher patching itself)
  • does not request admin permissions unless necessary
  • supports encrypting/signing important patch files as an additional layer of security
  • compatible with .NET Standard 2.0 (the optional XML signing module requires additional NuGet package(s)) and Mono 2.0 (according to official .NET Portability Analyzer)

Currently, this library is only tested on a 64-bit Windows 10 installment. Please note that SimplePatchTool is not yet battle tested thoroughly, so you may encounter unknown issues while integrating it into your projects. Don't hesitate to open an Issue when you encounter one!

Unity 3D port available at: https://github.com/yasirkula/UnitySimplePatchTool

LICENSE

SimplePatchTool is licensed under the MIT License; however, it uses external libraries that are governed by the licenses indicated below:

DOCUMENTATION

Wiki available at: https://github.com/yasirkula/SimplePatchTool/wiki

ROADMAP

  • add another patch method that packs all files in the version into a single compressed archive
  • calculate percentage of the overall progress
  • calculate the estimated remaining time

About

C# library for patching standalone applications with binary diff and self patching support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%