Hi there! I'm not a c or c++ programmer so I'm asking for a little help here. Is there any way to bypass windows hook chain that is registered by other application (it's a directx mmorpg game "Aurora world") or lets say prevent that game from registering a hook chain that prevent game to recieve low-level inputs.
The game register it's hook using user32.dll commands:
SetWindowsHookEx - registers hook chain;
CallNextHookEx - Passes the hook information to the next hook procedure in the current hook chain;
UnhookWindowsHookEx - unregisters hook chain;






