Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SecTrustEvaluate [leaf AnchorTrusted] #1

Closed
jalsco opened this issue Jul 18, 2015 · 1 comment
Closed

SecTrustEvaluate [leaf AnchorTrusted] #1

jalsco opened this issue Jul 18, 2015 · 1 comment

Comments

@jalsco
Copy link

jalsco commented Jul 18, 2015

Hi Alban,
Am still having same problem that the app crashes immediately after seeing the "SecTrustEvaluate [leaf AnchorTrusted]" message. But only on jb devices. On non-JB devices works no problem. KillSwitch2 (0.7) has no effect on these symptoms. With killswitch2 removed, I used your Introspy tool and it shows that the app loads the certificates (from within the bundle) then gives the "SecTrustEvaluate [leaf AnchorTrusted]" message, then crashes. It does nothing else. It does not crash on non-jb. I have tried it on 4 different jb devices (including one that is ios8.1) - all show same symptoms. I do not want to hook or modify this app. I do not want to MITM for this app. I just want to run it (exactly as is) on JB device... Any assistance would be greatly appreciated :)

@nabla-c0d3
Copy link
Owner

Hi,
Unfortunately this has nothing to do with SSL Kill Switch. The App crashes most likely because it is detecting the jailbreak, and will crash regardless of whether SSL Kill Switch is installed or not. The "SecTrustEvaluate" message is just an unrelated log message.

All in all I can't really help you as the solution here is to trick the App into thinking it is running on a non-jailbroken device; this will require some reverse-engineering: looking at the methods names to see if one is called detectJailbreak or something, and patching the App to disable the detection mechanism. Closing this issue as it is not about SSL Kill Switch... good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants