mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +00:00
VMware Mouse driver is causing a stack corruption
This commit is contained in:
parent
27702ce759
commit
20fa9fdc2f
@ -89,6 +89,9 @@ bool IsVMwareBackdoorAvailable(void)
|
|||||||
|
|
||||||
int DriverEntry(void *Data)
|
int DriverEntry(void *Data)
|
||||||
{
|
{
|
||||||
|
/* There's a bug somewhere in driver or kernel and it's just crashing. */
|
||||||
|
return NOT_IMPLEMENTED;
|
||||||
|
|
||||||
if (!Data)
|
if (!Data)
|
||||||
return INVALID_KERNEL_API;
|
return INVALID_KERNEL_API;
|
||||||
KAPI = (KernelAPI *)Data;
|
KAPI = (KernelAPI *)Data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user