[Soot-list] Instrumenting OSGi bundles

Eric Bodden eric.bodden at ec-spride.de
Thu Feb 2 13:35:06 EST 2012


Hi Nuno.

> I would like to use Soot to instrument an application that consists of OSGi bundles. Since there is no main class or single entry point, is this possible to do?

Instrumentation requires no main class, in fact no entry point at all.
You can just instrument any method body independently if you want.

Did you have a look at the goto instrumenter tutorial?

Eric


More information about the Soot-list mailing list