Skip to content

hWr33/windows-internals

 
 

Repository files navigation

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
    • FSFilterDriver: : Legacy file system filter driver using Fast I/O.
  • books:

    • Windows NT Device Driver Development by Peter G. Viscarola and W. Anthony Mason (resumed version)
    • Windows Internals 6th edition by Mark E. Russinovich, David A. Solomon and Alex Ionescu (resumed version)
  • Interesting:

About

My notes while studying Windows internals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.9%
  • C++ 41.5%
  • VBScript 0.6%