Commit Graph

5 Commits

Author SHA1 Message Date
joaoviictorti
1ff56adc24 style: A small change in style 2024-11-01 13:54:43 -03:00
joaoviictorti
3e51fe4c11 refactor: Refactoring all code to improve documentation and operation of the kernel driver
- Updating module documentation
- Adding new features
- Refactoring all code to improve readability
2024-11-01 13:26:50 -03:00
joaoviictorti
f71555748c feature(driver): remove loop/thread for key state reading, added VAD root offset retrieval
- Removed the loop and thread for reading key states; now the client handles this, as the driver maps the address to user mode.
- Added a function to retrieve the VAD root offset.
- Refactored various parts of the code for clarity and performance.
2024-09-27 21:02:48 -03:00
joaoviictorti
c1c788f87f Small fix 2024-09-22 23:54:33 -03:00
joaoviictorti
5dd813c552 Adding new files to the project 2024-09-22 23:16:06 -03:00