This is a collection of exercises and code samples from the book "Windows Kernel Programming" from Pavel Yosifovich (link to the book) Content:
- Exercise 1: A barebone sample driver with some dbg output.
- Exercise 2: Driver & User Mode Client connection which allow to change the Thread Priority of a process by its Process Id.