Click to See Complete Forum and Search --> : How to detect current keyboard hook?


snguyen
September 22nd, 2003, 02:32 AM
Hi everyone,
I'm new here!

Anyone knows the way to detect current system-wide keyboard hooks? what app/processes are hooking? or show me the articles already have in the forum.
I intend to write a program to detect keyloggers on Windows so It need to determine that what hooker is already installed.

Thanks

Andreas Masur
September 22nd, 2003, 05:37 AM
I am not sure whether I understood correctly...but you might take a look at this article (http://www.codeproject.com/dll/keyboardhook.asp)...

snguyen
September 22nd, 2003, 05:44 AM
Originally posted by Andreas Masur
I am not sure whether I understood correctly...but you might take a look at this article (http://www.codeproject.com/dll/keyboardhook.asp)...

Anyway thank you, but the sample you showed is about how to install a hook, not detect current installed hooks :)

Andreas Masur
September 22nd, 2003, 06:03 AM
Originally posted by snguyen
Anyway thank you, but the sample you showed is about how to install a hook, not detect current installed hooks :)
Well...okay...I though it would deal with that too...anyway...sorry about that...