Home | History | Annotate | only in /art/tools/veridex
Up to higher level directory
NameDateSize
Android.bp22-Oct-20201.2K
Android.mk22-Oct-20203.3K
appcompat.sh22-Oct-20202.3K
flow_analysis.cc22-Oct-202025.6K
flow_analysis.h22-Oct-20207.3K
hidden_api.cc22-Oct-20203.4K
hidden_api.h22-Oct-20202.2K
hidden_api_finder.cc22-Oct-20209.3K
hidden_api_finder.h22-Oct-20202K
precise_hidden_api_finder.cc22-Oct-20204.1K
precise_hidden_api_finder.h22-Oct-20202K
README.md22-Oct-2020378
resolver.cc22-Oct-202011.6K
resolver.h22-Oct-20203K
veridex.cc22-Oct-202011.8K
veridex.h22-Oct-20203.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