mirror of
https://github.com/httptoolkit/frida-interception-and-unpinning.git
synced 2026-09-17 06:32:25 +02:00
Previously we blacklisted boringssl, but did call it for others, including Conscrypt, where it seems that this can actually result in JNI crashes on Android due to exception side effects. We now whitelist cronet instead - everywhere else, the callback is skipped and we override the result directly.