[Soot-list] clearing Soot's Scene

Tillmann Runkel tirunkel at informatik.uni-bremen.de
Fri Jul 29 09:30:56 EDT 2011


Hi,

i want to ask if there is a way to clean soot's Scene completely. I need 
that because first, i want to create Jimple-Files and Annotations, do 
some things with that (and with the programs sources) and afterwards (in 
the same programflow), i want to perform some analysis over the 
manipulated sources. If i perform these two runs of soot separated, it 
works well.

I've tried:

Scene.v().releaseCallGraph();
Scene.v().releasePointsToAnalysis();
Scene.v().releaseReachableMethods();
Scene.v().releaseFastHierarchy();
Scene.v().releaseActiveHierarchy();

but with no success.

Thanks

Tillmann Runkel


More information about the Soot-list mailing list