Skip to content

Portable frida injector for rooted android devices.

License

Notifications You must be signed in to change notification settings

toanpham69/DroidFrida

This branch is up to date with ac3ss0r/DroidFrida:main.

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.0%
  • JavaScript 25.0%