OsandaMalith / windows-internals

My notes while studying Windows internals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This projects collect my notes while studying the Windows internals. It is divided as follows:

  • sources:
    • SkeletonDriver : empty driver
    • DispatchPassThru : major function dispatch routine example
    • DispatchIoctl : IOCTL dispatch routine example
  • books:
    • Windows NT Device Driver Development by Peter G. Viscarola and W. Anthony Mason (resumed version)

About

My notes while studying Windows internals

License:MIT License


Languages

Language:C 100.0%