Hello @Ashish Kumar Swarnkar,
You may need WinDbg to get that information.
You can also refer to the question https://stackoverflow.com/questions/8564987/list-of-installed-windows-hooks which includes some examples.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was looking for a program that could list all those processes which are using low-level keyboard hooks. I was trying to find a way to detect any keyloggers in the user-space. Many queries online are saying that it is not possible to write a program to list the processes which are hooked. A blog suggested it is possible but I couldn't understand the whole. HELP!!
Hello @Ashish Kumar Swarnkar,
You may need WinDbg to get that information.
You can also refer to the question https://stackoverflow.com/questions/8564987/list-of-installed-windows-hooks which includes some examples.