Frida Scripts Collection

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

Showing 201-220 of 440 scripts

bypassRootAndSSLPinning

0 likes 5 views

This project involved bypassing root detection and SSL pinning in a mobile application. I combined two separate scripts, sourced from GitHub—one for bypassing root detection and the other for bypassin...

View Script

strwrt

0 likes 5 views

A script that writes strings generated at runtime to the terminal, along with the class from which they are called. It can help identify cryptographic keys and analyze meaningful data within obfustica...

View Script