[Soot-list] Excluding classes

David Mohr dmohr at cs.unm.edu
Mon Nov 2 18:56:14 EST 2009


Hi,
I'm trying to selectively exclude certain classes from Soot.

I tried using the -x option, but it does not seem to have any effect;
Soot still says it cannot resolve the class although it is in the
package mention in -x. The same happens if I try the -dynamic-*
parameters (I'm not exactly sure what dynamic classes are, but I
thought I'd give it a try). When I use -allow-phantom-refs I don't get
any resolver errors, but I get exceptions later, so that is not an
option either.

Soot is run in the default mode. Is that application mode? I tried
specifying -app explicitly, but that did not change anything either.

Is there some other way to exclude a referenced class from the
analysis? Am I using -x wrong?

Thanks,
~David


More information about the Soot-list mailing list