Is there any way to manually detect if malware, specifically a keylogger is installed? Looking for answers on XP, 7 and 8.1.
For example, is there a combination of any of these options that can positively identify the malware:
* places to look in the registry
* processes running in Windows Task Manager
* writing an application myself (eg. in Visual Studio) to hook WM_XXX messages
I'm looking for technical details to investigate this manually ie. NOT using something like an AV that just reports it. 3rd party tools that technically help identify and track down the presence of the malware might be useful.
UPDATE: Have discovered this superuser article which more or less covers what I was looking for. Recommend readers who find this question re-direct to that one.