[Soot-list] newbie question

Marc-André Laverdière marc-andre.laverdiere-papineau at polymtl.ca
Thu Nov 13 11:05:20 EST 2014


Hi Ivan,

Yes, there is an exclusion mechanism. You can combine that with
no-bodies-for-excluded and it will help limiting how big your call graph
is going to get.

I'm working on JEE applications. Obviously, there are plenty of those
that are using spring.

Bernhard and I have created some framework for generating entry points
for servlets, jsps and web services. Maybe you can pitch in your spring
stuff :)

Regards,

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 11/13/2014 09:10 AM, Ivan Postolski wrote:
> Hello Guys, 
> 
> Newbie question. Is its possible with soot to exclude some packages
> being visited when making a call graph? ie, exclude java.util.* packages
> or any other dependencies packages that I don't care when building the
> call graph.
> 
> BTW I'm on a research project to statically analyze run-time Spring
> components. If someone has experience with that matter your help is much
> appreciated. 
> 
> Cheers
> 
> Ivan.-
> 
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list