https://github.com/vandercat/sboxlauncherpatcher
https://github.com/vandercat/sboxlauncherpatcher
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vandercat/sboxlauncherpatcher
- Owner: VanderCat
- License: other
- Created: 2023-08-09T10:34:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T21:38:15.000Z (over 2 years ago)
- Last Synced: 2025-02-03T04:28:02.228Z (11 months ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
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)