An open API service indexing awesome lists of open source software.

https://github.com/vandercat/sboxlauncherpatcher


https://github.com/vandercat/sboxlauncherpatcher

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          



S&Box Custom Launcher


also featuring Runtime patch loader

Why custom launcher? That way you are able to do anything before source 2 even starts.
You can patch **anything**!

Launcher will search for hook.dll and if found will try to execute
`-.Hook.Main()` (none namespace, class Hook, function Main)

Hook will search for `*.*.DoPatching()` in any `.dll` located in `./assemblyPatches` and
execute all of them.

This project consists of 4 parts:
- Launcher - currently privated
- [Dll Code Free Launcher](/SboxLauncherAlt/README.MD)
- [Hook](/SboxHook/README.MD)
- [Compiler Patch](/PatchCompiler/README.MD)
- [Linux Fix](/LinuxPatch/README.MD)