Simple kernel-mode WDF driver based on moufiltr by Microsoft
Paweł Langowski
See moufiltr's page or kbfiltr's page for more details.
This is a driver that intercepts the user's mouse coordinates on click and utilizes system worker threads to save those coordinates to a file. The file is located at C:/example.txt
. This driver was developed for educational purposes only.