Closed strano666 closed 6 years ago
Fishook and symbol interposing in general will not work to hook calls between Apple frameworks (such as NSURLSession
->tls_helper_create_peer_trust
). See https://nabla-c0d3.github.io/blog/2015/10/17/trustkit-ios-9-shared-cache/
Hi, i've some trouble with hooking
tls_helper_create_peer_trust
in a my project viafishhook
I would intercept this call to know the state of SSL pinning and also i use
fishhook
to reach this goal.Unfortunately in my project
fishhook
doesn't seem to work. I'm testing on this app, where with a Xcode Symbolic Breakpoint ontls_helper_create_peer_trust
, i'm sure that it is called.The code i've wrote is this
My question is if, in your knowledge, this way is still working. I know that this isn't strictly related to your project and if this issue is a problem, sorry.