Frida Scripts Collection

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

Showing 21-40 of 439 scripts

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