make Windows API Hooking optional
This commit is contained in:
parent
9bd26df82c
commit
9e1397d0f6
4 changed files with 34 additions and 29 deletions
|
@ -46,6 +46,6 @@ extern BOOL Hook_Active;
|
|||
void Hook_Init();
|
||||
void Hook_PatchIAT(HMODULE hMod, char *moduleName, char *functionName, PROC newFunction);
|
||||
PROC Hook_HotPatch(PROC function, PROC newFunction);
|
||||
void Hook_TryHotPatch(char *moduleName, char *functionName, PROC newFunction, PROC *function);
|
||||
void Hook_Create(char *moduleName, char *functionName, PROC newFunction, PROC *function);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue