[Soot-list] Exclude classes

Zeinab Lashkaripour lashkaripour at yahoo.com
Mon Jul 1 12:57:50 EDT 2013


Thanks for your reply Eric.

Can I still use this option in my case: *org.apache.jasper.runtime* and similar forms which are not from the JDK classes?


Regards,
Zeinab



________________________________
 From: "Bodden, Eric" <eric.bodden at sit.fraunhofer.de>
To: Zeinab Lashkaripour <lashkaripour at yahoo.com> 
Cc: Soot list <soot-list at sable.mcgill.ca> 
Sent: Monday, July 1, 2013 9:10 PM
Subject: Re: [Soot-list] Exclude classes
 

You have to use a prefix of the class name, something like:

java.lang.  or
java.lang.Object

Don't use a star, don't use the .class ending.

Eric


On 01.07.2013, at 12:02, Zeinab Lashkaripour <lashkaripour at yahoo.com> wrote:

> Hi everyone,
> 
> I am using the exclude option in order to exclude the classes of org.apache.jasper.runtime.* and it does not work.
> Examples that are used for this option are always regarding JDK, maybe because of this the option does not work in my case. Is that right?
> 
> As I was not sure how I could exclude the class I have used different forms:
>    "org.apache.jasper.runtime.*"
>    "org.apache"
> and even the exact class like below:
>    "-exclude", "org.apache.jasper.runtime.ProtectedFunctionMapper.class",
>    "-no-bodies-for-excluded",
> 
> Could anyone guide me please?
> 
> Regards,
> Zeinab
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list

--
Prof. Eric Bodden, Ph.D., http://sse.ec-spride.de/ http://bodden.de/
Head of Secure Software Engineering  at Fraunhofer SIT, TU Darmstadt and EC SPRIDE
Tel: +49 6151 16-75422    Fax: +49 6151 16-72051
Room 3.2.14, Mornewegstr. 30, 64293 Darmstadt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130701/c4389d9d/attachment.html 


More information about the Soot-list mailing list