SQLite Database
3 | 10K
Uploaded by: @ninjadiary
The secret diary on ninja frida SQLite database general hooks
The secret diary on ninja frida SQLite database general hooks
Simple Script to make Android Toast works with Remote + Non-Rooted Device
Hook the global constructor of a shared library
https://www.notsosecure.com/instrumenting-native-android-functions-using-frida/
load into launchd to get working bootstrap_look_up
aaaaaazazza
AdBlock for YouTube's iOS app
How to read an std::string
Show info about methods and classes loaded via reflection on Android application
Bypass SSL certificate validation for the injected app on iOS 10/11
This Frida script combines two runtime instrumentation techniques into a single payload for Android dynamic analysis. The first section installs an anti-root bypass that hooks Java APIs (PackageManager, File, Runtime.exec, SystemProperties, BufferedReader, ProcessBuilder) and native libc functions (fopen, system) to spoof or suppress indicators that detection routines look for, such as Magisk/SuperSu packages, su/busybox binaries, test-keys build tags, and getprop/mount/build.prop reads. The second section disables Flutter's TLS pinning by scanning the loaded Flutter library's executable memory for byte-pattern signatures of ssl_verify_peer_cert across multiple architectures (arm64, arm, x64, x86) and replacing the matched function with a NativeCallback that unconditionally returns 0. Together these bypasses let an analyst run a hardened Flutter app on a rooted device while transparently intercepting its HTTPS traffic through a proxy without triggering root detection or certificate validation failures. Install super proxy vpn app inside the emulator configure http proxy the run the script. check burp you will be able to see the burp requests.
android 15 root , tiktok v44.9.3
This is the script which include ssl pinning bypass also please use deepseek ai to modified based on your error or output.
Advanced root detection bypass (under dev and testted on Frida 17.2.6)
Fully bypass almost every (official) method of pinning requests. Works for system processes, applications, etc. Bypasses protections in AFNetworking, NSURLSession, TrustKit, Cordova, Security.framework, BoringSSL, and normal TLS.
IOS SSL Pinning and AES Encryption And IOS Versioning Check Bypass Script is well tested in IOS 16,15,14,12 Let me know in case any issue arises, we have successfully bypass all three condition from this script written by bira & idiotic