Skip to content

TheWover/Driver-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Driver Template

This is a simple template for a Kernel Driver and User client. The driver has all of the boilerplate elements and implements a single demo IOCTL for reference. The client has all of the API defs and can call the demo IOCTL.

DbgPrint

Just a small note on seeing debug messages in KD, you should break and enter the following command:

ed nt!Kd_DEFAULT_MASK 8

About

Bare template for a Kernel Mode Driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 63.5%
  • C++ 32.0%
  • C 4.5%