Hey, i'm trying to think of methods to detect if registry values are added or keyloggers are being used. I said methods, no code *required*, would be great to have some though :D, but i will be trying to do it in VB.
Cheers
Printable View
Hey, i'm trying to think of methods to detect if registry values are added or keyloggers are being used. I said methods, no code *required*, would be great to have some though :D, but i will be trying to do it in VB.
Cheers
Use Anti-Spywares....
Thats not the point :).
Lookup the RegNotifyChangeKeyValue API function.
RegNotifyChangeKeyValue is the api call to monitor registry changes, but won't notify if value is deleted
do a search in the forums i am sure there will be some code examples
pete
Keyloggers use system-wide hooks, I don't know how exactly you find all the hooks implemented on a system but I'm sure there is a way to do it.