ProbeDroid

ProbeDroid

#Application Protection#Application Security

Detect users' operating systems and perform redirection with Apache mod_rewrite.

Visit Website

ProbeDroid: A Dynamic Java Code Instrumentation Kit for Android

ProbeDroid is a dynamic Java code instrumentation kit specifically designed for Android applications. It enables users to trace, profile, or modify the runtime behavior of an app. This is achieved by overriding template instrumentation gadgets and registering them to hook into the methods of interest. Users have the ability to manipulate method input arguments and return values, with support for Android versions 5.0 and above.

Building the Kit from GitHub

You can build the kit by downloading the package directly from GitHub, without needing the Android source tree.