Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LordNoteworthy/windows-internals

My notes while studying Windows internals
https://github.com/LordNoteworthy/windows-internals

dpc driver-programming io-manager irql virtual-memory windows-internals

Last synced: about 2 months ago
JSON representation

My notes while studying Windows internals

Awesome Lists containing this project

README

        

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__:
- https://ntdiff.github.io/