frida-interception-and-unpinning
frida-interception-and-unpinning copied to clipboard
Cannot unpin com.namcobandaigames.spmoja010E
It prints out
--> Bypassing OpenSSLSocketImpl Conscrypt
--> Bypassing OpenSSLSocketImpl Conscrypt
--> Bypassing OpenSSLSocketImpl Conscrypt
--> Bypassing OpenSSLSocketImpl Conscrypt
, but still fails to unpin it as seen in the photo

Interesting! I haven't seen that before. I don't have time to look into this myself any time soon, but I wrote a guide to reverse engineering arbitrary apps to do this in https://httptoolkit.tech/blog/android-reverse-engineering/ which should give you enough info to hunt down the cause.
If you manage to get anywhere close to finding the code that does this, or even better if you can put some hooks together to disable it, then do share that here and hopefully we can add to the script to fix this permanently for everybody.