Skip to content

Releases: AlSch092/UltimateAntiCheat

x64 Release, Bug Fixes

23 Nov 03:49
fc02479
Compare
Choose a tag to compare

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

09 Nov 06:15
5c58be4
Compare
Choose a tag to compare

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

16 Jun 23:19
48ec46b
Compare
Choose a tag to compare

Latest Release mode build
Dated June 16 2024

x64 Release

29 May 20:14
04e18be
Compare
Choose a tag to compare

Most recent build for x64. Built and tested on Windows 10.

x64 Build

03 Apr 07:05
bcf70de
Compare
Choose a tag to compare

x64 Build in Release using Visual Studio 2022