SAAF-Developers / saaf

The Static Android Analysis Framework.
Other
36 stars 18 forks source link

Unable to access jarfile SAAF.jar #10

Open ycheng-sec opened 8 years ago

ycheng-sec commented 8 years ago

I download the master.zip file. Then, I get the error showing Unable to access jarfile SAAF.jar. Do I need to do any compile or make before using? How to do that? Thanks.

ahmadbaloch commented 8 years ago

1) Download SAAF-0.7-20130429-1708.tar.gz from https://code.google.com/p/saaf/ 2) Extract it to /home/user/SAAF-0.7-20130429-1708 3) Go to /home/user/SAAF-0.7-20130429-1708 4) Try to execute the commands provided in : (i) https://github.com/SAAF-Developers/saaf/blob/master/doc-manually/user/FAQ-CLI.txt (ii) https://github.com/SAAF-Developers/saaf/blob/master/doc-manually/user/FAQ-GUI.txt

YangY-Xiao commented 8 years ago

where is SAAF.jar??????????????

isvissu commented 7 years ago

just use this command ./bin/run_saaf.sh -hl ./folder/application.apk to generate jar and to run in apks run it form the folder of extracted folder.

YjyJeff commented 7 years ago

I have encountered the same problem. When I run the follow command from saaf root directory: ./scripts/run_saaf.sh -hl /absolute/path/application.apk It warns that : Error: Unable to access jarfile SAAF.jar So where is the SAAF.jar file? And how can I solve this problem?

cunchem commented 6 years ago

Same thing here : sh ./scripts/run_saaf.sh --help ./scripts/run_saaf.sh: 3: ./scripts/run_saaf.sh: Bad substitution Error: Unable to access jarfile SAAF.jar

I cloned the repo from github ...