1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-02-20 12:15:42 +08:00

Compare commits

..

No commits in common. "afd09b78388714595566a4a7674b59ccb9520d0a" and "c2073db982b5e11da2adf406492097ef66be5dbe" have entirely different histories.

View File

@ -594,9 +594,9 @@ void determinePlatformVulnerableExploitTypes(void *context) {
// iOS 15.6 beta 1 - 5
gPlatformVulnerabilities = (EXPLOIT_TYPE_CUSTOM_ROOT_CERTIFICATE_V1 | EXPLOIT_TYPE_CMS_SIGNERINFO_V1);
}
else if(strncmp(os_build, "20H18", 5) <= 0)
else if(strncmp(os_build, "20G81", 5) <= 0)
{
// iOS 14.0 - 16.6.1, 16.7 RC
// iOS 14.0 - 16.6.1
gPlatformVulnerabilities = EXPLOIT_TYPE_CMS_SIGNERINFO_V1;
}
else if(strncmp(os_build, "21A5248v", 8) >= 0 && strncmp(os_build, "21A331", 6) <= 0)