Frida Scripts Collection

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

Showing 1-20 of 438 scripts

okhttp-logging

0 likes 0 views

This script will add HttpLoggingInterceptor at OkHttpClient, so the HttpLoggingInterceptor will print all requests and responses.

View Script

iOS Location Spoofer

0 likes 0 views

A Frida script that hijacks -[CLLocation coordinate] and returns spoofed GPS coordinates. It exposes simple movement helpers (right, left, up, down) that move the spoofed position by a configurable di...

View Script