Skip to content

Commit cf0f36d

Browse files
committed
Dopamine hide-jailbreak detector
1 parent c538ace commit cf0f36d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IOSSecuritySuite/JailbreakChecker.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ internal class JailbreakChecker {
335335

336336
private static func checkDYLD() -> CheckResult {
337337
let suspiciousLibraries: Set<String> = [
338+
"systemhook.dylib", // Dopamine - hide jailbreak detection https://github.com/opa334/Dopamine/blob/dc1a1a3486bb5d74b8f2ea6ada782acdc2f34d0a/Application/Dopamine/Jailbreak/DOEnvironmentManager.m#L498
338339
"SubstrateLoader.dylib",
339340
"SSLKillSwitch2.dylib",
340341
"SSLKillSwitch.dylib",

0 commit comments

Comments
 (0)