Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICC links from CLI tool #61

Closed
mehrant95 opened this issue Jun 11, 2019 · 1 comment
Closed

ICC links from CLI tool #61

mehrant95 opened this issue Jun 11, 2019 · 1 comment

Comments

@mehrant95
Copy link

mehrant95 commented Jun 11, 2019

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
Copy link
Contributor

fgwei commented Jun 13, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants