Command-line tool created for TaintBench.
Build the project with Maven: mvn install
Run java -jar tb-profiler-0.0.1.jar'
followed by the following command line option:
- profile an apk statically to check whether the attributes in the TAF-file are correct:
-apk <apk> -f <TAF-file> -p <android platform jars> -c <path to configuration files>
- calculate statistics of sources and sinks appears in a set of apks based on two lists (merged_sources.txt, merged_sinks.txt):
-statSS <apks> -p <android platform jars> -c <path to configuration files>
- calculate statistics of attributes read from a set of TAF-files:
-statAttr <TAF-files>