1 रिपॉजिटरी
Techniques and tools for intercepting and redirecting function calls within kernel-level drivers.
Distinct from Driver Capability Querying: Focuses on the mechanism of hooking driver functions to change behavior, not the purpose of querying or installing drivers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Driver Hooking Frameworks. Refine with filters or upvote what's useful.
vgpu_unlock is a set of software tools and driver modifications designed to unlock enterprise-grade virtualization features on consumer graphics hardware. It functions as a vGPU unlock tool and hardware device ID spoofer that allows a single graphics card to be shared across multiple virtual machines. The project achieves this by employing driver-level hooking, dynamic memory patching, and kernel-level device spoofing. These techniques intercept hardware identification queries and modify the operational state of the GPU driver at runtime to bypass manufacturer-imposed software restrictions.
Employs driver-level hooking to redirect internal GPU driver calls and unlock restricted virtualization capabilities.