kmdf
There are 23 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.
dechamps/WinSoftVol
A Windows filter driver that disables hardware volume control on audio devices.
SweetIceLolly/Prevent_File_Deletion
Record & prevent file deletion in kernel mode
SweetIceLolly/Prevent_Process_Creation
Record & prevent process creation in kernel mode
adapiekarska/kmdf-keylogger
Keylogger driver for Windows
build-cpp/wdk_template
Windows kernel driver template for cmkr (with testsigning).
BerkanYildiz/EasyNT
Windows Kernel API wrapper with simplified functions and enterprise driver extensions.
abysdom/bus-filter-framework
A framework for Windows KMDF-based upper filter drivers to behave as bus filters. You don't need to write WDM drivers any more!
SweetIceLolly/My_First_Driver
Hello world from kernel!
GooseBt-Studio/GooseBt
This is the developing GooseBt malware detection framework (anti-virus framework).
IcarusResearch/StartSuspended
A windows KMDF kernel driver that suspends a given process on start
nefarius/WireShock
Windows Bluetooth Host Driver for Sony DualShock Controllers
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
EvanDesR/removingLSASS_ProcessProtection
Kernelmode program removing LSASS.exe's processs protection allowing mimikatz and other memory dumpers to extract windows credentials.
4l3x777/windows_driver
Windows Driver Development
BatchClayderman/GooseBt
This is the developing GooseBt malware detection framework (anti-virus framework).
hk8522/KmdfEx
Kernel mode driver based on kmdf. Monitors processes and file operation.
koharubiyori/VirtualInput
Virtual mouse and keyboard driver for Windows 10/11.
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.