[AntiCheat] Fix virtual protect hook

This commit is contained in:
momo5502 2017-04-09 13:54:41 +02:00
parent ddddf9914d
commit 139ac3a80b

View File

@ -615,5 +615,10 @@ namespace Components
{
AntiCheat::LoadLibHook[i].uninstall();
}
for (int i = 0; i < ARRAYSIZE(AntiCheat::VirtualProtectHook); ++i)
{
AntiCheat::VirtualProtectHook[i].uninstall(false);
}
}
}