1 | 713
Use this script when you notice that your Frida script crashes the iOS app process after 10 seconds. It will disable the iOS watchdog to allow your Frida script to continue loading. Use "SpringBoard" as your Frida target.
1 | 1K
block_playstore
1 | 1K
Frida script that disables IOSSecuritySuite protections. Hooks Swift checks like jailbreak, debugger, emulator, proxy, and reverse-engineering detection, forcing safe results.
1 | 1K
Frida script to bypass RootBeer root detection and SSL pinning in OkHttp, TrustManager, HttpsURLConnection, and WebView. Includes request/response logging.
1 | 710
logs https requests with body headers url, without worrying about using a proxy.
1 | 955
Uploaded by: @jerry
This script will perform to bypass most of the restriction like root, integrity checks. Kindly replace the app package name and use deepseek ai.
1 | 3K
This script will bypass all root detection methods. Its included File.exists() Runtime.exec("su") Build.TAGS, FINGERPRINT RootDetectionActivity.isRooted() SystemProperties.get() XposedBridge detection Magisk detection RootBeer API hooks libc native su calls detection methods bypass.
1 | 1K
This script is a Frida-based Android hook that detects and logs Base64 operations, Javax Crypto usage, and Kotlin string-byte conversions in real time, including keys, IVs, modes, inputs/outputs, and concise stack traces filtered to highlight app code paths rather than framework calls.
1 | 901
test code frida
1 | 1K
Frida script to bypass Android’s FLAG_SECURE protection, allowing screenshots and screen recording in apps that normally block them. #Android, #Frida, #FLAG_SECURE, #screenshot, #screen_recording, #bypass
1 | 1K
Frida script to bypass freeRASP React Native for iOS apps ;P
1 | 3K
This script helps to bypass the iOS jailbreak detection. This project is forked from /@DevTraleski/ios-jailbreak-detection-bypass-palera1n/
1 | 2K
Uploaded by: @0xdea
Full-featured ObjC and Module tracer for iOS.
1 | 1K
Uploaded by: @0xdea
Collection of functions to enumerate ObjC classes and methods on iOS.
1 | 3K
Uploaded by: @0xdea
Full-featured Java and Module tracer for Android.
1 | 2K
Uploaded by: @0xdea
Collection of functions to enumerate Java classes and methods on Android.