Skip to content
ZongXian Shen edited this page Apr 7, 2016 · 9 revisions

A process level dynamic binary instrumentation kit for analysts to manipulate java methods on the fly. In short, ProbeDroid provides a Java library for analysts to craft their own instrumentation packages. Analysts can register gadgets to monitor the interested Java methods. Furthermore, by modifying the method arguments and return value, the application behavior can be dynamically altered as they wish.

Feature

  • Process level dynamic Java method instrumentation
  • Java library as integration interface

Limitation

  • Currently supporting Android(L) 5.0 and Intel x86 ISA
  • Only tested in Android virtual device

How to Use

How to Contribute

Clone this wiki locally