VMware Mouse driver is causing a stack corruption

This commit is contained in:
Alex 2023-02-25 04:00:45 +02:00
parent 27702ce759
commit 20fa9fdc2f
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -89,6 +89,9 @@ bool IsVMwareBackdoorAvailable(void)
int DriverEntry(void *Data)
{
/* There's a bug somewhere in driver or kernel and it's just crashing. */
return NOT_IMPLEMENTED;
if (!Data)
return INVALID_KERNEL_API;
KAPI = (KernelAPI *)Data;