[Soot-list] Soot

Bodden, Eric eric.bodden at sit.fraunhofer.de
Mon Oct 28 04:50:37 EDT 2013


Hi.

> this is how I get class of the system:
> for (SootClass c : Scene.v().getClasses()) {
> 			applicationClasses.add(c); }

This will give you too many classes. Try Scene.v().getApplicationClasses() instead.

Eric


More information about the Soot-list mailing list