The Wayback Machine - https://web.archive.org/web/20221115213123/https://github.com/ZeroLP/WDK.NET
Skip to content

ZeroLP/WDK.NET

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Welcome to WDK.NET

This project provides you the core foundation to build a fully executable Windows kernel driver in C#. The primary backbone technologies of this project are NativeAOT and .NET 7.

Requirements

The requirements are as follows:

Building a driver

Publish the project with the latest Visual Studio 2022 and .NET 7 installed. Currently, the ILC(NativeAOT compiler) will complain that it failed to produce native executable for linking and the publish will fail. Just disregard that error. You will nonetheless see a driver executable file (.sys) in the publish path.

TODOs

  • Create a separate class library for ILCCompliance module so it can be worked on an individual level
  • Further port the WDK
  • Instead of having the WDK referenced as a local DLL, properly resolve it as a project dependency (There are some compile issues with this currently)
  • Etc. Please suggest via PR

Documentation

Currently there is no-limited documentation present. If you will, you are more than welcomed to contribute in writing the documentation.

How can I contribute?

You can contribute by creating issues if any, or suggest a fix or feature addition via PRs. When contributing by code, please follow the C# Coding Convention to keep the code organised.

About

Windows Kernel Driver Development in C# with Windows Driver Kit (WDK)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages