Add project files.
This commit is contained in:
5
L2BotDll/Common/apihook.h
Normal file
5
L2BotDll/Common/apihook.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
|
||||
void* splice(void* splicedFunctionAddress, void* hookFunction);
|
||||
BOOL restore(void*& oldProc);
|
Reference in New Issue
Block a user