arguslab/Argus-SAF

ICC links from CLI tool

Closed this issue · 1 comments

I tried to extract ICC links from an APK (from this issue) using the following command (using java 1.8, ubuntu 16.04):
java -jar argus-saf_2.12-3.2.0-assembly.jar t -o .
But there is no ICC link in the result file, AppData.txt (which is inside result folder). What is wrong with the above command?
As a side question, is there any more efficient CLI command for just extracting ICC links or i should write some code like this ? Because it seems that using taint option is doing something more that just extracting ICC links.

fgwei commented

That command is running the taint analysis.
If you want to generate the ICC result only, you can follow #45