tree: 0d2a44df737aba77a9c34d53bad8801d3e9ccc52 [path history] [tgz]
  1. Android.bp
  2. Android.mk
  3. appcompat.sh
  4. flow_analysis.cc
  5. flow_analysis.h
  6. hidden_api.cc
  7. hidden_api.h
  8. hidden_api_finder.cc
  9. hidden_api_finder.h
  10. precise_hidden_api_finder.cc
  11. precise_hidden_api_finder.h
  12. README.md
  13. resolver.cc
  14. resolver.h
  15. veridex.cc
  16. veridex.h
tools/veridex/README.md

appcompat.sh

Given an APK, finds API uses that fall into the blacklist/greylists APIs.

NOTE: appcompat.sh is still under development. It can report API uses that do not execute at runtime, and reflection uses that do not exist. It can also miss on reflection uses.

To build it:

make appcompat

To run it:

./art/tools/veridex/appcompat.sh --dex-file=test.apk