[Soot-list] Analyzing Android

Bernhard Berger berber at tzi.de
Tue Nov 25 16:00:30 EST 2014


Hi everybody,

I’m trying to analyze some Android files and came across some jar files that contain dex files. Currently, Soot does not read dex files included in jar files. As far as I see, this can be solved by patching the DexClassProvider to work for .jar files as well.
The second problem I am facing is the fact that soot always expects an android.jar. Is there a way to activate the DexClassProvider without being forced to add an android.jar?

Regards, Bernhard



More information about the Soot-list mailing list