An open API service indexing awesome lists of open source software.

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.

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)