[Soot-list] Disable output for certain app classes

Eric Bodden eric.bodden at mail.mcgill.ca
Wed May 13 13:39:54 EDT 2009


Hi Mario. I think you should be able to set the classes as library
classes from within a SceneTransformer. You would need to insert that
transformer into a w* pack, e.g. wjtp.

Eric

2009/5/13 Mario Mendez-Lojo <marioml at ices.utexas.edu>:
> Hi,
>
> Because I don't know until runtime which classes of package 'x' I'm interested
> in transforming, I add the whole thing as a dynamic package
>
>     Options.v().set_dynamic_package(Collections.singletonList("x"));
>
> The transformation only affects a few of the classes in 'x': how can I specify
> that I only want to output those ones? I tried to set the rest as library
> classes, but then I get a concurrent modification exception because of modifying
> the chain of application classes while iterating over it.
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>



-- 
Eric Bodden
Sable Research Group, McGill University
Montréal, Québec, Canada


More information about the Soot-list mailing list