Frida Scripts Collection

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

Showing 261-280 of 440 scripts

iOS KeyChain

0 likes 4 views

Monitor and log all interactions with the iOS Keychain by hooking key Security framework APIs: SecItemAdd, SecItemCopyMatching, SecItemUpdate, and SecItemDelete. These APIs are responsible for adding,...

View Script

JailMonkey-bypass

0 likes 5 views

This script dynamically instruments Android applications using Frida to bypass multiple security layers, including root detection, emulator detection, ADB/debugger checks, and JailMonkey anti-tamperi...

View Script

AndroidTLSKeylogger

0 likes 4 views

This project hooks common SSL libraries on Android to intercept TLS functions. By attaching to the SSL_CTX_new function and installing the SSL_CTX_set_keylog_callback on exit, it prints SSL/TLS sessio...

View Script