[Soot-list] How do Exclusions work?

Marc-Andre Laverdiere-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Tue Jun 12 16:17:20 EDT 2012


You are saving me!!!

I initially didn't turn out these options because I saw in some part of 
the documentation that they were dangerous or somesuch...


On 06/12/2012 10:39 AM, Eric Bodden wrote:
> Hi.
>
> It may help to look at the documentation, for instance:
>
> http://www.sable.mcgill.ca/soot/tutorial/usage/
> http://www.bodden.de/2010/06/04/soot-no-jdk/
>
> Cheers,
> Eric
>
> On 12 June 2012 19:31, Marc-Andre Laverdiere-Papineau
> <marc-andre.laverdiere-papineau at polymtl.ca> wrote:
>> Hello,
>>
>> I am doing whole-program analysis, but I don't want to examine the Java
>> APIs in depth. A very shallow scanning of the API class and its methods
>> would satisfy me - just enough to make a call graph.
>>
>> Right now, it seems like the exclusions I set are ignored, and soot
>> keeps on analyzing deeply in the API. I set it thus:
>> Options.v().set_exclude(Arrays.asList("java", "javax", "org.hibernate",
>> "sun"));
>>
>> Am I missing patterns? How do exclusions work?
>>
>> --
>> Marc-André Laverdière-Papineau
>> Étudiant au doctorat - PhD Student
>>
>> _______________________________________________
>> Soot-list mailing list
>> Soot-list at sable.mcgill.ca
>> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>
>


-- 
Marc-André Laverdière-Papineau
Étudiant au doctorat - PhD Student




More information about the Soot-list mailing list