Saturday 23 April 2011

How To Write A Basic Keylogger In VB


How To Write A Basic Keylogger In VB

Before we start programming, we need to answer a basic question:

what is a keylogger ?

As the name implies (key+logger) – a keylogger is a computer program that logs (records) the keys (keyboard buttons) pressed by a user. This should be simple to understand. Lets say that I am doing something at my computer. A keylogger is also running (working) on this computer. This would mean that the keylogger is “listening” to all the keys I am pressing and it is writing all the keys to a log file of some sort. Also, as one might have guessed already, we don’t want the user to know that their keys are being logged.


Read more »

No comments:

Post a Comment