Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Süleyman Yasir KULA edited this page Sep 1, 2018 · 14 revisions

This wiki is under construction!

           O
   /~~~|#|]|=\|---\__
 |-=_____________  |\\ , 
I|_/,-.-.-.-.-,-.\_|='(  
   ( o )( o )( o )     \
    `-'-'-'-'-`-'

Scripting API

SimplePatchTool.sln consists of 4 projects:

  • SimplePatchToolCore: the main module, all the core logic (e.g. creating/applying patches, localization) is implemented here
  • SimplePatchToolSecurity: contains functions to sign/verify XML files and generate RSA key pair. This module requires additional NuGet package(s) for .NET Standard 2.0 compatibility
  • SimplePatchToolSelfPatcher: an example implementation of a console-based self patcher executable. It can be used when you want to self patch your launcher/app but don't want to create a custom UI for the self patcher
  • SimplePatchToolConsoleApp: console app that is used in the QUICK START section. It uses SimplePatchToolCore and SimplePatchToolSecurity modules
Clone this wiki locally