• Stars
    star
    390
  • Rank 110,242 (Top 3 %)
  • Language
    C
  • License
    MIT License
  • Created about 7 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My notes while studying Windows internals

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: