Skip to content

x64 Release, Bug Fixes

Latest
Compare
Choose a tag to compare
@AlSch092 AlSch092 released this 23 Nov 03:49
· 26 commits to main since this release
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;