Frida Scripts Collection

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

Showing 1-20 of 50 scripts
Search results for: "hook" Clear search

ios-freerasp-bypass

0 likes 3 views

Frida script that bypasses FreeRASP security framework by hooking and nullifying the talsecStart method to disable runtime application self-protection (RASP) checks.

View Script

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

libcurl proxy enabler

0 likes 3 views

CURL is using it's own proxy. So, it will be difficult to intercept HTTP(S) calls on Windows using some http proxy tools. I decided to hook the export calls for the target app using frida. Then it was...

View Script

Android Biometric Bypass

0 likes 3 views

This script hooks into Android's biometric authentication methods to bypass authentication by triggering a success callback with a mock authentication result. It supports both BiometricPrompt and Fing...

View Script

IOS nsuserdefaultshook

0 likes 3 views

Frida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.

View Script

Il2CppHookScripts

0 likes 3 views

Dynamically parsing Android il2cpp, using export methods to help us quickly analyze game logic, type resolution ... @ https://github.com/axhlzy/Il2CppHookScripts

View Script