android-arm64-strace
Strace by Frida: prints system calls (SVC) and parses args/flags/errors. More at https://github.com/FrenchYeti/interruptor
View ScriptBrowse 101 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.
Strace by Frida: prints system calls (SVC) and parses args/flags/errors. More at https://github.com/FrenchYeti/interruptor
View ScriptBypass Instagram SSL pinning on Android devices.
View ScriptSpoofs the current location reported by GPS
View ScriptSome Android apps do not allow to run when the developer mode is enabled on the device. This script was written for bypassing developer mode check on an Android app.
View ScriptScript to disable Flutter TLS verification on Android and iOS. Supports DIO SSL Pinning.
View ScriptLog Android TCP connections (with Java call traces, if applicable)
View ScriptDumping URI data from a deep link
View ScriptDumps bytes of DEX provided to InMemoryDexClassLoader on Android
View Script[Android] Dynamic Hooks (Creating Function Hooks Was Never Easier)
View ScriptAnother universal ssl certificate pinning bypass script for Android (https://gist.github.com/akabe1/ac6029bf2315c6d95ff2ad00fb7be1fc)
View ScriptBypasses debugging mode checks when USB Debugging mode is activated
View Script[Android] Create Alert Dialog In MainActivity
View ScriptTrace the JNI API in Android apps.
View ScriptObserve file system accesses by hooking some java.io.File* classes and methods, libc open/read functions and try to resolve associtation between file descriptor and path. Optionally, it can dumps the ...
View Scriptbypass mostly common android ssl pinning method
View Scriptfind android hook: inline hook/got hook/java hook
View ScriptUse this frida script to bypass all SSL checks
View ScriptDevelopers of Android applications usually tend to add additional "protection" (e.g. AES encryption) to their proprietary communication protocols, or to encrypt local files in order to hide some sensi...
View ScriptAndroid antiroot checks bypass
View ScriptAnother Android ssl certificate pinning bypass script for various methods (https://gist.github.com/akabe1/5632cbc1cd49f0237cbd0a93bc8e4452)
View Script