[Soot-list] Static Analysis

Jan Peter Stotz jan-peter.stotz at sit.fraunhofer.de
Sat Dec 1 13:39:21 EST 2018


Hi Gregor.
transformers are one option. However soot is an open framework - once 
you have an app loaded you can directly access all the loaded classes 
and the jimplified code via the "Scene" soot.Scene.v()

There is e.g. the possibility to iterate through all classes of the 
loaded app: getApplicationClasses().

https://www.sable.mcgill.ca/soot/doc/soot/Scene.html#getApplicationClasses()

Jan


More information about the Soot-list mailing list