Is there a way to detect which programs or modules are listening to a keyboard hook? By Sysinternals maybe?
|
1
|
|
|
|
|
|
This blog post has instructions: http://zairon.wordpress.com/2006/12/06/any-application-defined-hook-procedure-on-my-machine/ |
||
|
|
|
|
Nope. You would likely have to hook into SetWindowsHookEx() itself in order to detect that. |
||
|
|
|
|
I don't think you can, there's no GetWindowsHook function that would return the hook(s). Also, I'm under the impression that the main keyboard processing routine is hooked through SetWindowsHookEx(), so even if there are no hooks, there's at least one, Windows itself. |
||||||
|
