diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-07-17 02:18:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 02:18:23 +0200 |
commit | 671de14bdaf2ee0178aaeba6d069afb51072e4ec (patch) | |
tree | 1e5c8cecc6283b282fdbca60b20468f9fa1848d1 /NorthstarDedicatedTest/ExploitFixes.h | |
parent | 388b76eca0419a0d1fb691c57e974ad604955dad (diff) | |
parent | 85635ad99dbdfa909341e4138f6fdb0c9bf73bf1 (diff) | |
download | NorthstarLauncher-671de14bdaf2ee0178aaeba6d069afb51072e4ec.tar.gz NorthstarLauncher-671de14bdaf2ee0178aaeba6d069afb51072e4ec.zip |
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/ExploitFixes.h')
-rw-r--r-- | NorthstarDedicatedTest/ExploitFixes.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/NorthstarDedicatedTest/ExploitFixes.h b/NorthstarDedicatedTest/ExploitFixes.h index 1cafe758..d0754d72 100644 --- a/NorthstarDedicatedTest/ExploitFixes.h +++ b/NorthstarDedicatedTest/ExploitFixes.h @@ -5,6 +5,8 @@ namespace ExploitFixes { - void LoadCallback(HMODULE unused); - void LoadCallbackEngine(HMODULE baseAddress); -} // namespace ExploitFixes
\ No newline at end of file + // This callback will be ran muliple times on multiple module loads + void LoadCallback_MultiModule(HMODULE baseAddress); + + void LoadCallback_Full(HMODULE unused); +} // namespace ExploitFixes |