windowskernelprogrammingbook icon indicating copy to clipboard operation
windowskernelprogrammingbook copied to clipboard

The Windows Kernel Programming book samples

Results 2 windowskernelprogrammingbook issues
Sort by recently updated
recently updated
newest added

When you Google, "Windows Kernel Programming", this repo comes first; will be nice to redirect new folks to the 2nd edition book.

I am not sure what the problem is, but for `volmgr` devices, such as `\device\harddiskvolumeX`, `IoGetDeviceObjectPointer` returns a FltMgr device! I know that `IoGetDeviceObjectPointer` returns the top most device in...