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