Keystroke monitoring
Written by:
Vladimir Sabanov,
Junior Software Developer of Network Security Team
In this article we will consider the methods of hooking keyboard data in the kernel mode. The described approaches can be used for solving the tasks of keystroke analysis, blocking and also redefining some combinations.
Table of Content
Devices and drivers
Method 1 (the simplest): IRP and driver stack
Attaching the [...]


