Here are
42 public repositories
matching this topic...
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC
Usb Drivers Development Kit for Windows
C++ STL in the Windows Kernel with C++ Exception Support
Canadian Furious Beaver is a tool for monitoring IRP handler in Windows drivers, and facilitating the process of analyzing, replaying and fuzzing Windows drivers for vulnerabilities
Windows infrastructure support for Apple DFR (Touch Bar)
Hackable Laser software for the K40 Stock-LIHUIYU laser boards.
Updated
Apr 1, 2022
Python
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
Updated
Mar 28, 2022
Python
WFP Traffic Redirection Driver is used to redirect NIC traffic on network layer and framing layer, based on Windows Filtering Platform (WFP).
OpenVPN Data Channel Offload driver for Windows
A framework for KMDF-based upper filter drivers to behave as bus filters. You don't need to write WDM drivers any more!
A driver that supports communication between a Windows guest and HyperWin
Installs unsigned drivers in windows OS
Windows 10 driver for the Mixman DM2 USB turntable
The Apple Magic Trackpad drives for Microsoft Windows
Procmonel is Procmon like monitoring system implemented using Microsoft WDK
Windows Kernel Architecture and Drivers course repo
A cross platform framework to recover driver's communication interface.
Updated
Mar 26, 2021
Python
The Apple Wireless Keyboard drives for Microsoft Windows
udbg's windows driver written in rust
Update Windows 10 Drivers for your computer with Driver Restore - A Drivers update software for Windows 10
[RO/Mirror] Windows XP x86-32 SSDT table hook
Improve this page
Add a description, image, and links to the
windows-driver
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
windows-driver
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)