ICC links from CLI tool
Closed this issue · 1 comments
mehrant95 commented
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.