Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 695 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 695 Bytes

Mouselogger

Short description

Simple kernel-mode WDF driver based on moufiltr by Microsoft

Author

Paweł Langowski

Installation

See moufiltr's page or kbfiltr's page for more details.

Full description

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.