[Soot-list] Limiting the scope of Soot?

Kishen Das kishen.das at gmail.com
Tue Aug 10 07:15:38 EDT 2010


Thank you so much for this feature.

So, in the program how can we set this?

Here I want to eliminate all invokes made on java.lang.System package.

I tried -

  Options.v.setPhaseOption("cg", "exclude:java.lang.System");
  Options.v.setPhaseOption("cg", "no-bodies-for-excluded:true");

Not sure how to correctly set these options.

Kishen

On Tue, Aug 10, 2010 at 2:06 AM, Eric Bodden <
bodden at st.informatik.tu-darmstadt.de> wrote:

> Morning.
>
> > I happened to read the following post on Eric's website:
> > http://www.bodden.de/2010/06/04/soot-no-jdk/
>
> Yes, I was just going to point you to this. Hal,I think this should be
> the right way to achieve what you are looking for.
>
> Eric
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20100810/79246ada/attachment.html 


More information about the Soot-list mailing list