/boring-flutter

Primary LanguagePythonMIT LicenseMIT

boring-flutter

Forked version to support both Android (32-bit and 64-bit) and iOS (64-bit; thin and fat binary). Use interval and callback to support lazy loading of the Flutter module in certain apps.

  • Android: Hook x509.cc - ssl_crypto_x509_session_verify_cert_chain() to force the return value to 1 (true).
  • iOS: Hook handshake.cc - ssl_verify_peer_cert() to force the return value to 0 (ssl_verify_ok).

A Python r2pipe script to automatically create a Frida hook to intercept TLS traffic for Flutter based apps.

Inspired by the following blogposts: