[Soot-list] Soot for Code Coverage Instrumentation

Kevin Bi zuqiu.k29 at gmail.com
Thu Jul 30 13:01:59 EDT 2015


Hi,

I want to use Soot to be able to instrument every statement in a
program and I have some questions about implementing Soot.

1) In the Example GotoInstrumenter (on Eclipse) it says to 'To enable
this class, enable the given PackAdjuster by compiling it separately,
into the soot package' Where can I retrieve the PackAdjuster and what
does it mean to compile it separately into the Soot Package?

2) What statement should I have Soot check for. In the example the
statement is compared to GotoStmt and InvokeStmt. Is there some
general Expr to check for?

Thanks!,
Kevin


More information about the Soot-list mailing list