Skip to content

Releases: AlSch092/UltimateAntiCheat

x64 Release

Choose a tag to compare

@AlSch092 AlSch092 released this 12 Aug 04:19
f1967e1

Cleaned up parts of code that were unacceptable in terms of safety or execution speed - such as changing argument copies to references, adding checks for null parameters at start of routines, and fixed various memory leaks. While much of the code is still very messy, it should now at least run faster and safer. Regression testing passed, showing that protective methods are still working fine.

x64 Release

Choose a tag to compare

@AlSch092 AlSch092 released this 20 Feb 23:51
2276eb9

Moved module cert checking away from the DLL load callback (hopefully this will fix the hangups on Windows 11)

x64 Release

Choose a tag to compare

@AlSch092 AlSch092 released this 17 Feb 07:55
2e15575

Most recent build in Release mode, which features several bug fixes, new detections, and general improvements.

x64 Release, Bug Fixes

Choose a tag to compare

@AlSch092 AlSch092 released this 23 Nov 03:49
fc02479

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

Choose a tag to compare

@AlSch092 AlSch092 released this 09 Nov 06:15
5c58be4

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

Choose a tag to compare

@AlSch092 AlSch092 released this 16 Jun 23:19
48ec46b

Latest Release mode build
Dated June 16 2024

x64 Release

Choose a tag to compare

@AlSch092 AlSch092 released this 29 May 20:14
04e18be

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

x64 Build

Choose a tag to compare

@AlSch092 AlSch092 released this 03 Apr 07:05
bcf70de

x64 Build in Release using Visual Studio 2022