Releases: AlSch092/UltimateAntiCheat
Release list
x64 Release
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
Moved module cert checking away from the DLL load callback (hopefully this will fix the hangups on Windows 11)
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.