Substrate unloader
1 | 3K
Uploaded by: @mrmacete
Keep MobileSubstrate from injecting an iOS app (to be used with -f to take advantage of early instrumentation)
Keep MobileSubstrate from injecting an iOS app (to be used with -f to take advantage of early instrumentation)
Dumps the Tls profile for android apps via libssl.so
Rebase of an existing script. Created for personal use.
Bypass USB Debugging checks
iOS SSH diagnostics
iOS Proxy detection & sslpinning bypass
Backtrace HTTP request.
Keep an eye on newly created objects in GNOME applications
add trace for binder call from binderproxy, use this feature to figure out which binder interface it calls
dump Objective C classes hierarchy
Modified version of https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/
Bypass frida detection
Secret diary of ninja's OkHTTP General Hooks
This Frida script bypasses Talsec (FreeRASP) security mechanisms in Flutter-based Android applications by neutralizing the event reporting channel (talsec.app/freerasp/events), disabling root detection (via File and Runtime.exec), debugger checks (Debug.isDebuggerConnected), and exit/kill-based shutdowns (System.exit, Process.killProcess). Useful for dynamic analysis, reverse engineering, or testing protected apps in a controlled environment.
iOS SSL Bypass
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only