lilicoding / soot-infoflow-android-iccta

Inter-component communication Taint Analysis for Android
https://sites.google.com/site/icctawebpage/
GNU Lesser General Public License v2.1
92 stars 45 forks source link

Why don't you provide the jar of soot and soot-infolow... #11

Open fripSide opened 9 years ago

fripSide commented 9 years ago

We have to waste a lot of time to download these repositories and compile them. Jasmin: https://github.com/Sable/jasmin Heros: https://github.com/Sable/heros Soot: https://github.com/Sable/soot soot-infoflow: https://github.com/secure-software-engineering/soot-infoflow.git soot-infoflow-android: https://github.com/secure-software-engineering/soot-infoflow-android.git soot-infoflow-android-iccta: https://github.com/lilicoding/soot-infoflow-android-iccta.git

lilicoding commented 9 years ago

Hi,

The idea of providing this repositories is to keep update with these projects, as they are keeping updating day of days.

Actually, you don't have to compile them, if you are an Eclipse user, you just simply import all these projects and set the project dependences. Then, Eclipse will help you do all the compile things.

shivapbhusal commented 6 years ago

Hi there, Do we have any documentations on how we can set the project dependencies ?

I tried running IccTA, but I am finding errors and also not able to find the proper documentations.

Thanks, Shiva.