Hi everyone, I'm coding an anti hack system that hook many functions, the problem is: the game need the hooked functions to load. For example, my DLL is hooking 'CreateThread' but the game needs to Create Threads .. How to allow only the game process to use a hooked function? I'm delphi programmer! Thanks a lot