kmdf
There are 19 repositories under kmdf topic.
SergiusTheBest/FindWDK
CMake module for building drivers with Windows Development Kit (WDK)
BerkanYildiz/Driver.NET
Lightweight and flexible library to load and communicate with kernel drivers on Windows.
SweetIceLolly/Prevent_Process_Creation
Record & prevent process creation in kernel mode
SweetIceLolly/Prevent_File_Deletion
Record & prevent file deletion in kernel mode
dechamps/WinSoftVol
A Windows filter driver that disables hardware volume control on audio devices.
adapiekarska/kmdf-keylogger
Keylogger driver for Windows
build-cpp/wdk_template
Windows kernel driver template for cmkr (with testsigning).
abysdom/bus-filter-framework
A framework for KMDF-based upper filter drivers to behave as bus filters. You don't need to write WDM drivers any more!
nefarius/WireShock
Windows Bluetooth Host Driver for Sony DualShock Controllers
IcarusResearch/StartSuspended
A windows KMDF kernel driver that suspends a given process on start
SweetIceLolly/My_First_Driver
Hello world from kernel!
AnalogFeelings/KmdfMandelcheck
A simple 200 LOC kernel driver that displays a bitmap after a BSOD.
robopyh/KMDF_hooking
Kernel-level rootkit hiding specific Windows files
3ZfYc2n/KernenlUsbDriver
KMDF USB Driver for Windows for communicating with ESP32-USB
4l3x777/windows_driver
Windows Driver Development
bhagatsaurabh/rmac-drivers
Windows kernel drivers for RMAC
hk8522/KmdfEx
Kernel mode driver based on kmdf. Monitors processes and file operation.
olivier-le-sage/windows-kmdf-u-wire
Windows KMDF USB driver for u-wire firmware based hardware designs
austin-wyatt/CalculatorDriver
A kmdf driver that acts as a simple calculator. Included is a small companion app to interact with the driver.