arguslab / Argus-SAF

Argus static analysis framework
Apache License 2.0
183 stars 49 forks source link

ICC links from CLI tool #61

Closed mehrant95 closed 5 years ago

mehrant95 commented 5 years ago

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 5 years ago

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