[Soot-list] Exclude classes

Zeinab Lashkaripour lashkaripour at yahoo.com
Mon Jul 1 06:02:27 EDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130701/9cf6bee1/attachment.html 


More information about the Soot-list mailing list