Releases: AlSch092/UltimateAntiCheat
Releases · AlSch092/UltimateAntiCheat
x64 Release
x64 Release
Most recent build in Release mode, which features several bug fixes, new detections, and general improvements.
x64 Release, Bug Fixes
Minor bug fixes, enabled device enumeration and blacklisting of some common vulnerable drivers
The following settings were used for easy testing:
bool bEnableNetworking = false;
bool bEnforceSecureBoot = false;
bool bEnforceDSE = true;
bool bEnforceNoKDBG = true;
bool bUseAntiDebugging = true;
bool bUseIntegrityChecking = true;
bool bCheckThreadIntegrity = true;
bool bCheckHypervisor = true;
bool bRequireRunAsAdministrator = true;
November 9, 2024 Release
Built on November 9, 2024 in Release mode as x64
The following settings are applied:
bool bEnableNetworking = false;
bool bEnforceSecureBoot = true;
bool bEnforceDSE = true;
bool bEnforceNoKDBG = true;
bool bUseAntiDebugging = true;
bool bUseIntegrityChecking = true;
bool bCheckThreadIntegrity = true;
bool bCheckHypervisor = true;
bool bRequireRunAsAdministrator = true;
v1.0.3
x64 Release
Most recent build for x64. Built and tested on Windows 10.