Home | History | Annotate | Download | only in veridex
      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