[Soot-list] Soot-list Digest, Vol 81, Issue 5

Eric Bodden eric.bodden at ec-spride.de
Fri Jan 6 06:06:43 EST 2012


> Looks like no matter what I do Soot is trying to look for the sources of the
> classes that it reads.

Can you just delete the .java files?

> All I am trying to do is record a list of ClassA.method() calls
> ClassB.metod().
> How can I run Soot so that it only analyzes class files to give me a such a
> list?

Just create a BodyTransformer in the "jtp" pack that prints all invoke
expressions in the respective body's unit chain.

Best wishes,
Eric


More information about the Soot-list mailing list