awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesKernel Driver Control Utilities

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.

Awesome Kernel Driver Control Utilities GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • virtualdrivers/virtual-display-driverالصورة الرمزية لـ VirtualDrivers

    VirtualDrivers/Virtual-Display-Driver

    8,412عرض على GitHub↗

    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.

    C++displaydisplay-driverdisplays
    عرض على GitHub↗8,412
  • 360controller/360controllerالصورة الرمزية لـ 360Controller

    360Controller/360Controller

    6,724عرض على GitHub↗

    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.

    C++
    عرض على GitHub↗6,724
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Driver Control Utilities

استكشف الوسوم الفرعية

  • Gamepad Driver ManagersUtilities for controlling and configuring the state of gamepad-specific kernel drivers. **Distinct from Kernel Driver Control Utilities:** Focuses on gaming input peripherals rather than general kernel driver control.