We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c538ace commit cf0f36dCopy full SHA for cf0f36d
1 file changed
IOSSecuritySuite/JailbreakChecker.swift
@@ -335,6 +335,7 @@ internal class JailbreakChecker {
335
336
private static func checkDYLD() -> CheckResult {
337
let suspiciousLibraries: Set<String> = [
338
+ "systemhook.dylib", // Dopamine - hide jailbreak detection https://github.com/opa334/Dopamine/blob/dc1a1a3486bb5d74b8f2ea6ada782acdc2f34d0a/Application/Dopamine/Jailbreak/DOEnvironmentManager.m#L498
339
"SubstrateLoader.dylib",
340
"SSLKillSwitch2.dylib",
341
"SSLKillSwitch.dylib",
0 commit comments