Frida Scripts Collection

Browse 101 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.

Showing 1-20 of 101 scripts
Search results for: "android" Clear search

extractkeys

0 likes 2 views

A script that will extract/intercept private keys from the Android+OpenSSL based binary by hooking the i2d_PrivateKey and PEM_read_bio_PrivateKey functions.

View Script

Android SSL Pinning

0 likes 2 views

Android SSL Pinning is a Frida script powerful tool for bypassing SSL pinning in Android applications. It use the Frida framework to intercept and patch SSL pinning methods, enabling the analysis of e...

View Script

android-x64-strace

0 likes 3 views

Syscall tracing & args/flags/error/signal parsing with strace-like output for Android x64 (tested with emulator & Android 13). See more at https://github.com/FrenchYeti/interruptor

View Script