diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-13 18:37:46 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-11-13 18:37:46 +0000 |
commit | 3d3d2c2a13a292a9093ad3029563a1c543a07ab7 (patch) | |
tree | 60812cb186f9429d7002879167e4102e353ee2d1 /NorthstarDedicatedTest/securitypatches.cpp | |
parent | ae09e612ea33cb105a47996c4ae3bf8651119042 (diff) | |
download | NorthstarLauncher-3d3d2c2a13a292a9093ad3029563a1c543a07ab7.tar.gz NorthstarLauncher-3d3d2c2a13a292a9093ad3029563a1c543a07ab7.zip |
client auth token support
Diffstat (limited to 'NorthstarDedicatedTest/securitypatches.cpp')
-rw-r--r-- | NorthstarDedicatedTest/securitypatches.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/securitypatches.cpp b/NorthstarDedicatedTest/securitypatches.cpp index cbb5a292..dacc075c 100644 --- a/NorthstarDedicatedTest/securitypatches.cpp +++ b/NorthstarDedicatedTest/securitypatches.cpp @@ -27,6 +27,7 @@ void InitialiseClientEngineSecurityPatches(HMODULE baseAddress) ENABLER_CREATEHOOK(hook, (char*)baseAddress + 0x1C6360, &IsValveModHook, reinterpret_cast<LPVOID*>(&IsValveMod)); // patches to make commands run from client/ui script still work + // note: this is likely preventable in a nicer way? test prolly { void* ptr = (char*)baseAddress + 0x4FB65; TempReadWrite rw(ptr); |