[Soot-list] Load jar into soot

Stefan Willenbrock willenbr at rhrk.uni-kl.de
Thu May 6 14:15:24 EDT 2010


Laurențiu Dascălu schrieb:
> You can also process entire directories using Soot, however currently 
> you cannot process entire JAR files. To process a JAR file, extract it 
> and then process the resulting directory instead."

Hi Laurențiu,

it is definitely possible to process the jar without unpacking it. 
Simply append this to your comman line options:

	-process-dir /path/to/jarfile.jar

You can even append multiple -process-dir options to select more jars/paths.
But don't forget to put the jar file also into the soot classpath by 
using -cp.

Good luck,
Stefan


More information about the Soot-list mailing list