AppID: | acessor.droidfrida |
Author: | acessor |
License: | Apache-2.0 |
InRepoSince: | 2023-05-25 |
LastRepoUpdate: | 2023-06-05 |
LastAppUpdate: | 2023-06-05 |
LastVersion: | 2.1 |
Categories: | System |
APK source: | Github |
Google Play: | Check if it's there |
DroidFrida is an android app for executing frida scripts directly on your android device. Frida is a dynamic instrumentation framework that allows to edit memory and hook methods, which is very useful when analyzing and cracking application (including games). Frida gives large posibilities, and I use it very often, so I created an app to use it easily.
Usage
You will need root access (or vphone) on your phone otherwise this won't work. Enter the package name of the target application as the -f flag and input your script in the text field. You will be able to run target app with the frida injection.