Frida Scripts Collection

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

Showing 381-400 of 440 scripts

Android Crypto Interceptor

0 likes 4 views

Android Crypto Interceptor is a Frida script that intercepts and logs cryptographic operations in Android apps, providing detailed information about algorithms, input/output data, and key generation.

View Script

iOS Jailbreak Bypass

0 likes 3 views

For iOS, advanced path checking for jailbreak artifacts. intercepts some jailbreak-related functions. robust detection & neutralization of jailbreak attempts.

View Script

Android Native Interceptor

0 likes 3 views

Native Interceptor is a Frida script that allows you to intercept and monitor function calls in native libraries and processes. This script provides a wide range of customization options to help you c...

View Script

iOS URL Scheme Fuzzing

0 likes 3 views

Black-box fuzzing of URL schemes for iOS apps using SpringBoard. Automates launching the app via URL, backgrounding, and checking for a crash. Bonus function to dump all registered URL schemes.

View Script