Monday, October 26, 2009

Kernel Mode Hooking.

I want to hook SendInput in kernel mode. The reason for this is that SendInput in user mode is blocked by gameguard and I'm making a text macro for a gameguard protected game. I've tried doing a trampoline but no luck.

TAGS: sendinput, win32k.sys, kernel hooking