ac3ss0r / DroidFrida

Portable frida injector for rooted android devices.
Apache License 2.0
176 stars 25 forks source link
android frida hooking injection root

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.

Progress

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.

Documentation

You can find documentation for frida javascript api here.