Jeroen Beckers
Jeroen Beckers
Are you doing this on a 10.3.x archive? Because I'm having the same issue for 10.3; it looks as if Apple also made a modification to the keychain decryption algorithm....
Please show us the script you are using. Additionally, list your frida version and OS.
If this is implemented, also add the possibility to change the port number. My setup is a device + magisk + frida-server (https://github.com/TheDauntless/Magisk-Frida-Server). That way frida-server is easily hidden, and...
It's an older article, but might still be relevant: https://nabla-c0d3.github.io/blog/2013/08/20/intercepting-the-app-stores-traffic-on-ios/ > I initially thought the issue to be that the strategy used by the SSL Kill Switch to disable certificate...
This app uses multiple HTTP libraries. Combine the script from this repo with (eg)[ frida-multiple-unpinning](https://codeshare.frida.re/@akabe1/frida-multiple-unpinning/) and you will at least see the first request: 
This is an issue with apktool, and has nothing to do with objection: https://github.com/iBotPeaches/Apktool/issues/3005 Doesn't seem to have a solution though.
Blizzards Hearthstone Trading Card Game doesn't use SSL pinning and neither does quizduel2. I couldn't install the micropetsrunner game to check. The checks you mentioned are optional and don't seem...
@yoshimo Just booted the app again. This is the quiz app: Yes, the payloads are encrypted, but that has nothing to do with SSL pinning. For heartstone, there are requests...
I've updated the signatures to include the new one, but I can't replicate the need for return 1. It doesn't really make sense, since the function should return ssl_verify_ok, which...
Check this PR: https://github.com/anestisb/vdexExtractor/pull/75