wdk
There are 48 repositories under wdk topic.
xmake-io/xmake
🔥 A cross-platform build utility based on Lua
microsoft/windows-drivers-rs
Platform that enables Windows driver development in Rust. Developed by Surface.
winsiderss/phnt
Native API header files for the System Informer project.
Zero3K/ERAM
Open Source RAM Disk
MiroKaku/Musa.Veil
Collection of undocumented Windows API declarations.
SergiusTheBest/FindWDK
CMake module for building drivers with Windows Development Kit (WDK)
mrexodia/phnt-single-header
Single header version of System Informer's phnt library.
BenjaminKim/dokanx
user-mode filesystem framework for Windows
ntoskrnl7/crtsys
C/C++ Runtime library for system file (Windows Kernel Driver) - Supports Microsoft STL
sidyhe/dxx
Windows Kernel Driver with C++ runtime
avenix/WDK
The Wearables Development Toolkit - a development environment for activity recognition applications with sensor signals
ZeroLP/WDK.NET
Windows Kernel Driver Development in C# with Windows Driver Kit (WDK)
alexvogt91/NetDriver
kernel-mode TDI client which can send and receive HTTP requests
danielkrupinski/KernelProcessList
Example Windows Kernel-mode Driver which enumerates running processes.
dechamps/WinSoftVol
A Windows filter driver that disables hardware volume control on audio devices.
0x44F/WinKit
💻 Windows 10 Kernel-mode rootkit
build-cpp/wdk_template
Windows kernel driver template for cmkr (with testsigning).
oberrich/phnt_nightly
Native API header files for the Process Hacker project (nightly).
hsluoyz/wskudp
Automatically exported from code.google.com/p/wskudp
whokilleddb/BoosterDriver
A step-by-step walkthrough of how to write a Client and a Driver to communicate with each other and boost the priority of a thread.
paragon279/KernelDriver2DrawLine
Enables developer to draw a line with start point and end point.
viorelyo/Procmonel
Procmonel is Procmon like monitoring system implemented using Microsoft WDK
walklang/RestFilter
RestFilter: a windows filesystem driver mini-filter.
watfordjc/SCSI_Pass_Through_Interface_Tool
Windows driver sample from the Windows Driver Kit (WDK) converted to a template.
BrendoCosta/csharp-windows-kernel-driver
A C# Windows Kernel Driver sample built with blaft and bflat/zerolib
saschawildgrube/aficato
AFiCATo - Anti Financial Crimes Analysis Tools
UEFI-code/DDLC-MonikaInKernel
A Super Meta Mod for DDLC which take Monika into Ring0
ghosteedd/hvdk
Unofficial C++ SDK and Python module for Tetherscript HID Virtual Drivers
assarbad/ddkbuild
This is the OSR flavor of ddkbuild, called ddkbuild.cmd, whose maintenance I took over at some point after attending an OSR seminar in Edinburgh in 2005. No pull requests (this is actually a mirrored Mercurial repo).
DriverRestore/Windows-driver-samples
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
radkum/elam-rs
The simple ELAM driver written in Rust.
WindowsDatabase/WdkCollection
WdkCollection
416rehman/UNIQ
A Windows kernel function hook system with a kernel-mode driver and a user-mode controller.
azurespheredev/KernelDriver2DrawLine
Enables developer to draw a line with start point and end point.
quiret/WMRilShim
Shim for WMRil
Reversive/windows-kernel-programming
collection of drivers coded while reading Windows Kernel Programming