iOS openURL
Frida iOS script that hooks both - openURL: and - openURL:options:completionHandler: and prints the opened URLs.
View ScriptBrowse 50 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.
Frida iOS script that hooks both - openURL: and - openURL:options:completionHandler: and prints the opened URLs.
View ScriptHooks TensorFlow Lite classes to initialize a *.tflite model and writes them to disk. Adjust the file path as needed!
View ScriptThis script hooks a variety of functions related to SSL/TLS implementations and socket operations across different libraries and platforms. When these functions are called, the script will: Log which...
View ScriptHook okhttp3 but supports project with okio obfuscated. Based on https://codeshare.frida.re/@owen800q/okhttp3-interceptor/
View ScriptThis Frida script hooks into Appleās CoreLocation framework to simulate a moving GPS location on iOS apps. It intercepts CLLocationManager methods and continuously delivers fake location updates that ...
View ScriptHooks sqlite3_prepare, sqlite3_prepare_v2, sqlite3_prepare_v3, sqlite3_prepare16, sqlite3_prepare16_v2, sqlite3_prepare16_v3
View Scripthook javascript interfaces
View ScriptAndroid malware hides actions like data theft, SMS interception, shell commands, and camera misuse. Our Frida-based script hooks sensitive APIs and decodes parameters at runtime, revealing clear high-...
View Scriptspoof mac to iplayplus app!
View ScriptHooking the createVirtualDisplay
View Scripthook douyin token generate function
View ScriptThis is used for testing "MASTG-TEST-0013/14/15/16: Testing Cryptography"
View ScriptHook the BCryptDecrypt() function of the windows bcrypt.dll in order to extract decrypted contents during runtime of the hooked program.
View ScriptMonitor and log all interactions with the iOS Keychain by hooking key Security framework APIs: SecItemAdd, SecItemCopyMatching, SecItemUpdate, and SecItemDelete. These APIs are responsible for adding,...
View ScriptThis script hooks into a function called IsDrived() which contains several private function.
View ScriptThis project hooks common SSL libraries on Android to intercept TLS functions. By attaching to the SSL_CTX_new function and installing the SSL_CTX_set_keylog_callback on exit, it prints SSL/TLS sessio...
View ScriptA script that will extract/intercept certificates from the Android+OpenSSL based binary by hooking the i2d_X509 function to retrieve it's DER content.
View ScriptSecret Diary of Ninja frida scripts on General Hooking on random Classes
View ScriptHooks libboringssl.dylib to extract TLS keys and enables decryption of network traffic from iOS apps to be decrypted. Tested on iPhone 5s running iOS 12.4.2 jailbroken with Checkrain.
View ScriptFunctions and classes that help you in hooking some Swift functions
View Script