- Add driver blocking on load
- Add DLL injection via APC
- Add Thread Hijacking technique
- Improve code with cargo clippy suggestions and other optimizations
- Clean driver memory data in dump file
- 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.