Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to begin with Windows Kernel Programming? [closed]

Tags:

I am an application developer mostly work in C#. I have some knowledge of C/C++. I am very much fascinated and interested in windows Kernel Development. I Sketched out a layout to learn this.

1. Understand Windows internals(By books)
2. Try Simple Modules and keep expanding.

To achieve this, I need some help on:

1. The books I should read.
2. The Websites I should follow.
3. Setting up my dev environment.(Most important as I can start realizing.)

Kindly help.

like image 432
Srikanth P Vasist Avatar asked Oct 28 '13 06:10

Srikanth P Vasist


1 Answers

Read Windows Internals.

Read Windows Drivers Development.

Follow and read OSR Online.

To start writing read Writing your first driver.

This should cover you for several years or more.

like image 189
SomeWittyUsername Avatar answered Sep 21 '22 04:09

SomeWittyUsername