Anti keylogger
-
Hello! Is there any API that I can use in my application in order to detect at some moment that another application is trying to install a Windows hook (SetWindowsHookEx) ? Thanks in advance!
-
Hello! Is there any API that I can use in my application in order to detect at some moment that another application is trying to install a Windows hook (SetWindowsHookEx) ? Thanks in advance!
no this is no api to do so. you could create a global api hook for SetWindowsHookEx.
Don't try it, just do it! ;-)
-
no this is no api to do so. you could create a global api hook for SetWindowsHookEx.
Don't try it, just do it! ;-)
I guess you are refering to WH_DEBUG. I read the documentation for SetWindowsHookEx again and this seems to be the type of hook I was looking for...
modified on Monday, January 21, 2008 10:18:12 AM