Print Params
Hook a C function and print out the params
View ScriptBrowse 50 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.
Hook a C function and print out the params
View ScriptCode to dump symmetric key bytes from Swift apps on iOS using SymmetricKey by hooking the constructor
View ScriptFrida script that bypasses FreeRASP security framework by hooking and nullifying the talsecStart method to disable runtime application self-protection (RASP) checks.
View ScriptA script that will extract/intercept private keys from the Android+OpenSSL based binary by hooking the i2d_PrivateKey and PEM_read_bio_PrivateKey functions.
View ScriptCode to dump plaintext from Swift apps on iOS using AES.GCM.SealedBox by hooking the open method.
View ScriptThe secret diary of ninja's frida scripts about SharedPreferences General Hooking
View ScriptFind java classes. hook em? destroy em?
View ScriptHook mouseDown on all classes inheriting NSResponder. Then whenever you click on a window or view in an application Frida will log out information on the class so you know what to further inspect or h...
View ScriptHook Custom Function in C/C++
View ScriptRebase of an existing script. Created for personal use.
View ScriptThis script traces functions typically related to vm and root detection to find what you need to hook to bypass root detection.
View ScriptTransparent Proxy via Frida hooks (https://github.com/TheZ3ro/proxyfire)
View ScriptJust a small script hooking the sha1 method of CryptoSwift library(you will be able to get raw string of the hashing)
View ScriptByPass universal Root detection RootBeer for hooking with frida
View ScriptAndroid Hermes engine hook react native function calls
View ScriptCURL is using it's own proxy. So, it will be difficult to intercept HTTP(S) calls on Windows using some http proxy tools. I decided to hook the export calls for the target app using frida. Then it was...
View ScriptThis script hooks into Android's biometric authentication methods to bypass authentication by triggering a success callback with a mock authentication result. It supports both BiometricPrompt and Fing...
View ScriptGet a stack trace (from Java) while you want to know who has called your function
View ScriptFrida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.
View ScriptDynamically parsing Android il2cpp, using export methods to help us quickly analyze game logic, type resolution ... @ https://github.com/axhlzy/Il2CppHookScripts
View Script