Frida Scripts Collection

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

Showing 1-14 of 14 scripts
Search results for: "crypto" Clear search

strwrt

0 likes 2 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

iOS KeyChain

0 likes 3 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

aes-crypto-universal

0 likes 3 views

Este script Frida intercepta as classes IvParameterSpec e SecretKeySpec em Java para capturar e registrar vetores de inicialização (IV) e chaves secretas usados em operações de criptografia. Ele conve...

View Script

Android Crypto Interceptor

0 likes 3 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