ZSShen / ProbeDroid

A SDK for the creation of analysis tools without obtaining app source code in order to profile runtime performance, examine code coverage, and track high-risk behaviors of a given app on Android 5.0 and above.
MIT License
197 stars 37 forks source link

Arm32 support #5

Closed ZSShen closed 8 years ago

ZSShen commented 8 years ago

The initial Arm32 support, but there are some pending issues:

  1. The precision problem for the "single precision floating point" method argument.
  2. The precision problem for the "floating point" and "long integer" method return value.
  3. The gadget to silence stack trace when users designate invalid class name and method signature.