[Soot-list] load classes from jimple files

Kin Keung Ma archicat at gmail.com
Thu Mar 24 02:43:25 EST 2005


Hi, is there a way to load a class from a jimple file? That is
something like (ideally)

SootClass c = JimpleToSootClass.v().loadClass("java.lang.String.jimple",SootClass.BODIES);

If such a way exists, will the class loading take less time than
loading a class from .class ?

Kin


More information about the Soot-list mailing list