Chengelog:

v3.0


  • Much of the server code has been rewritten and improved. Keylogging method has been changed with a more advanced one: up to version 2 this keylogger used GetAsyncKeyState API to get keystrokes; now it uses keyboard hooking and that API has been totally removed.


Advantages of keyboard hook method:

  • Never misses a keystroke;

  • Keylogger consumes less system resources;

  • No need anymore to set a timer for keylogging interval: Keystrokes are always logged. If Windows get...


Continue reading ...