Skip to content

Commit

Permalink
add more files and paths to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
kmye committed Dec 7, 2024
1 parent 496516a commit 38c47ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions JailMonkey/JailMonkey.m
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ - (NSArray *)pathsToCheck
@"/private/var/mobile/Library/SBSettings/Themes",
@"/private/var/stash",
@"/private/var/tmp/cydia.log",
@"/var/tmp/cydia.log",
@"/var/tmp/cydia.log",
@"/usr/bin/cycript",
@"/usr/bin/sshd",
@"/usr/lib/libcycript.dylib",
Expand All @@ -98,7 +98,9 @@ - (NSArray *)pathsToCheck
@"/var/lib/apt",
@"/var/lib/cydia",
@"/var/lib/dpkg/info/mobilesubstrate.md5sums",
@"/var/log/apt"
@"/var/log/apt",
@"/var/mobile/Library/Preferences/me.jjolano.shadow.plist"
@"/var/mobile/Library/Preferences/ABPattern"
];
}

Expand Down Expand Up @@ -136,6 +138,7 @@ - (NSArray *)dylibsToCheck
@"/usr/lib/Cephei.framework/Cephei",
@"0Shadow.dylib",
@"ABypass",
@"AppSyncUnified-FrontBoard.dylib",
@"Cephei",
@"CustomWidgetIcons",
@"CydiaSubstrate",
Expand All @@ -145,6 +148,7 @@ - (NSArray *)dylibsToCheck
@"MobileSubstrate.dylib",
@"PreferenceLoader",
@"RocketBootstrap",
@"Shadow",
@"SSLKillSwitch.dylib",
@"SSLKillSwitch2.dylib",
@"Substitute",
Expand All @@ -155,6 +159,8 @@ - (NSArray *)dylibsToCheck
@"TweakInject.dylib",
@"WeeLoader",
@"cyinject",
@"cynject",
@"frida",
@"systemhook.dylib", // Dopamine - hide jailbreak detection https://github.com/opa334/Dopamine/blob/dc1a1a3486bb5d74b8f2ea6ada782acdc2f34d0a/Application/Dopamine/Jailbreak/DOEnvironmentManager.m#L498
@"libcycript",
@"libhooker",
Expand Down

0 comments on commit 38c47ef

Please sign in to comment.