aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/ExploitFixes.h
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-07-17 02:18:23 +0200
committerGitHub <noreply@github.com>2022-07-17 02:18:23 +0200
commit671de14bdaf2ee0178aaeba6d069afb51072e4ec (patch)
tree1e5c8cecc6283b282fdbca60b20468f9fa1848d1 /NorthstarDedicatedTest/ExploitFixes.h
parent388b76eca0419a0d1fb691c57e974ad604955dad (diff)
parent85635ad99dbdfa909341e4138f6fdb0c9bf73bf1 (diff)
downloadNorthstarLauncher-671de14bdaf2ee0178aaeba6d069afb51072e4ec.tar.gz
NorthstarLauncher-671de14bdaf2ee0178aaeba6d069afb51072e4ec.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/ExploitFixes.h')
-rw-r--r--NorthstarDedicatedTest/ExploitFixes.h8
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