ac3ss0r / DroidFrida

Portable frida injector for rooted android devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Basic frida script execution on the target app
  • Improve UI, add settings
  • Add example scripts list
  • Implement code formatting and obfuscation

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.

About

Portable frida injector for rooted android devices.

License:Apache License 2.0


Languages

Language:Java 75.0%Language:JavaScript 25.0%