Home | History | Annotate | only in /art/tools/veridex
Up to higher level directory
NameDateSize
Android.bp21-Aug-20181,002
Android.mk21-Aug-20181.5K
appcompat.sh21-Aug-20181.6K
flow_analysis.cc21-Aug-201825.1K
flow_analysis.h21-Aug-20187.5K
hidden_api.cc21-Aug-20182.2K
hidden_api.h21-Aug-20182.7K
hidden_api_finder.cc21-Aug-20189.6K
hidden_api_finder.h21-Aug-20182K
precise_hidden_api_finder.cc21-Aug-20184.6K
precise_hidden_api_finder.h21-Aug-20182K
README.md21-Aug-2018378
resolver.cc21-Aug-201812.4K
resolver.h21-Aug-20183K
veridex.cc21-Aug-201811.5K
veridex.h21-Aug-20183.1K

README.md

      1 appcompat.sh
      2 ============
      3 
      4 Given an APK, finds API uses that fall into the blacklist/greylists APIs.
      5 
      6 NOTE: appcompat.sh is still under development. It can report
      7 API uses that do not execute at runtime, and reflection uses
      8 that do not exist. It can also miss on reflection uses.
      9 
     10 To build it:
     11 > make appcompat
     12 
     13 To run it:
     14 > ./art/tools/veridex/appcompat.sh --dex-file=test.apk
     15