-
Notifications
You must be signed in to change notification settings - Fork 36
Home
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.
- Process level dynamic Java method instrumentation
- Java library as integration interface
- Currently supporting Android(L) 5.0 and Intel x86 ISA
- Only tested in Android virtual device