[Soot-list] How to have whole-program analysis run from non-main() methods

Eric Bodden eric.bodden at ec-spride.de
Fri Dec 16 03:03:46 EST 2011


Hi.

> Does the wjpp pack run before the call-graph construction starts?

Yes.

> Do all
> packs happen before call-graph construction?

No. All other w* packs run after the cg phase. That's why we
introduced the wjpp: to allow things to be done *before* the call
graph is constructed.

Eric


More information about the Soot-list mailing list