Skip to content

Commit 6cc3f26

Browse files
committed
let's play a game with the Shadow's dev <haha>
1 parent a539ca9 commit 6cc3f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IOSSecuritySuite/JailbreakChecker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ internal class JailbreakChecker {
365365
private static func checkSuspiciousObjCClasses() -> CheckResult {
366366

367367
if let shadowRulesetClass = objc_getClass("ShadowRuleset") as? NSObject.Type {
368-
let selector = Selector(("isURLSchemeRestricted:"))
368+
let selector = Selector(("internalDictionary"))
369369
if class_getInstanceMethod(shadowRulesetClass, selector) != nil {
370370
return (false, "Shadow anti-anti-jailbreak detector detected :-)")
371371
}

0 commit comments

Comments
 (0)