Skip to content

Commit

Permalink
let's play a game with the Shadow's dev <haha>
Browse files Browse the repository at this point in the history
  • Loading branch information
r3ggi committed Jul 19, 2023
1 parent a539ca9 commit 6cc3f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOSSecuritySuite/JailbreakChecker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ internal class JailbreakChecker {
private static func checkSuspiciousObjCClasses() -> CheckResult {

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

0 comments on commit 6cc3f26

Please sign in to comment.