secure-software-engineering / SuSi

SuSi - our tool to automatically discover sources and sinks in the Android framework
143 stars 74 forks source link

loadMethodsFromAndroid missed some classes in android.jar #1

Open movingname opened 10 years ago

movingname commented 10 years ago

Hello,

I am playing with SuSi, which is a really cool project! During my test, I noticed that the loadMethodsFromAndroid does not include classes in the com package and the android package. Could you please tell me the reason?

I am running it in eclipse, and the arguments is:

android.jar dummy.txt testOut.txt

Thank you!

StevenArzt commented 10 years ago

It should load those classes if you supply a valid android.jar file that is not stubbed, but contains a full implementation of the Android framework such as the files available here: https://github.com/Sable/android-platforms

movingname commented 10 years ago

Thank you! But I am actually using the android 17 jar (~30M) from the link mentioned.