https://github.com/longpanzhou/kerneldriver
Microsoft OS kernel functions reimplementation.
https://github.com/longpanzhou/kerneldriver
kernel kernel-driver microsoft operating-system windows-10
Last synced: 5 months ago
JSON representation
Microsoft OS kernel functions reimplementation.
- Host: GitHub
- URL: https://github.com/longpanzhou/kerneldriver
- Owner: LongpanZhou
- Created: 2025-05-20T17:53:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-16T01:18:41.000Z (7 months ago)
- Last Synced: 2025-07-04T00:37:08.522Z (7 months ago)
- Topics: kernel, kernel-driver, microsoft, operating-system, windows-10
- Language: C
- Homepage:
- Size: 887 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This is a test driver, I use this repo to keep track of my kernel development.**
### Driver
At some point in the future, once getting into more “Advanced" stuff this will not be maintained...
For MSVC implementation, you can checkout this [branch](https://github.com/LongpanZhou/KernelDriver/tree/MSVC).
### User
This is the usermode application in ring3, which handles communication and lazy imports... (This will not be updated once getting into "Advanced" stuff)