Make a statistics of APIs, Intents and Strings used by Android APKs.
python main.py -i <path-to-directory-of-apks> -o <path-to-output-file>
Result is stored in the output file.
Make a statistics of APIs, Intents and Strings used by Android APKs.
Python