FridaSwiftDump
2 | 6K
Uploaded by: @neil-wu
FridaSwiftDump a Frida tool for retriving the Swift Object info from an running app.
FridaSwiftDump a Frida tool for retriving the Swift Object info from an running app.
Use liblog.so output log
Print all SQL queries executed from android sqlite, and sqlcipher
Dynamically tracing Java function calls within a given package
Frida script to bypass proxy/VPN detection is iOS implemented via the CFNetworkCopySystemProxySettings function using CFNetwork Module
dump SQL queries on iOS
Cheap n'dirty
Trace invocations of the RegisterNatives JNI API, to identify native functions registered from within native code on runtime
Secret diary of ninja's OkHTTP General Hooks
iOS SSL Bypass
TLS/SSL pinning bypass for iOS 13
Android Root-detection Bypass
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.
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
Use this script to print out the trace for any methods calling Random instead of SecureRandom.
Bypass frida detection