Frida Scripts Collection

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

Showing 1-20 of 27 scripts
Search results for: "trace" Clear search

android-x64-strace

0 likes 3 views

Syscall tracing & args/flags/error/signal parsing with strace-like output for Android x64 (tested with emulator & Android 13). See more at https://github.com/FrenchYeti/interruptor

View Script

tracesslexceptions

0 likes 3 views

A PoC Frida script for tracing the android SSL exception constructors. Helps a lot with searching the code tree for the certificate pinning functions and exception sources.

View Script