trace-function-calls
Dynamically tracing Java function calls within a given package
View ScriptBrowse 27 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.
Dynamically tracing Java function calls within a given package
View ScriptTrace invocations of the RegisterNatives JNI API, to identify native functions registered from within native code on runtime
View ScriptStrace by Frida: prints system calls (SVC) and parses args/flags/errors. More at https://github.com/FrenchYeti/interruptor
View ScriptLog Android TCP connections (with Java call traces, if applicable)
View ScriptCheck for native library calls and return a stacktrace
View ScriptTrace the JNI API in Android apps.
View ScriptObserve all method calls to a specific class (e.g. observeClass('LicenseManager')) , or dynamically resolve methods to observe using ApiResolver (e.g. observeSomething('*[* *Password:*]')). The script...
View Script