mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +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)
|
||||
{
|
||||
/* 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user