aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/hooks.h
blob: 012b12ec90b45ddb0cef31f681604560a1c414ce (plain)
1
2
3
4
5
6
7
#pragma once
#include <string>

void InstallInitialHooks();

typedef void(*DllLoadCallbackFuncType)(HMODULE moduleAddress);
void AddDllLoadCallback(std::string dll, DllLoadCallbackFuncType callback, bool preinit = false);