[Soot-list] How do Exclusions work?

Marc-Andre Laverdiere-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Tue Jun 12 07:31:30 EDT 2012


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



More information about the Soot-list mailing list