2 مستودعات
User-mode applications that manage the state and configuration of kernel-mode drivers via system calls.
Distinct from Decoupled Driver Architectures: Candidates focus on API hooking or specific vehicle controllers, not the general architectural pattern of a user-mode driver controller.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kernel Driver Control Utilities. Refine with filters or upvote what's useful.
Virtual-Display-Driver is a kernel-level driver for Windows that emulates physical monitors and audio devices. It serves as a virtual monitor emulator, headless server display emulator, and virtual audio device driver to enable extended desktop space and sound routing on systems without physical hardware connections. The project enables the simulation of monitors with custom resolutions, refresh rates, and identification profiles, including support for High Dynamic Range output. It also provides software-defined audio interfaces to simulate virtual microphones and speakers. The software cove
Ships a dedicated utility to manage driver configurations and device states via IOCTL calls.
360Controller is a macOS system extension and driver that enables wired Xbox 360, Xbox One, and original Xbox controllers to function as standard gamepad inputs. It maps hardware identifiers to system inputs to provide compatibility for these specific game controllers on macOS. The driver includes support for haptic force feedback and the management of integrated LED indicators on compatible hardware. It also provides a mechanism for third-party gamepad integration, allowing users to manually register unsupported controllers by specifying vendor and product identifiers. The project encompass
Enables support for wired Xbox 360 and Xbox One controllers via a dedicated macOS driver.