[Soot-list] Exclude classes

Marc-André Laverdière-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Tue Jul 2 08:16:52 EDT 2013


Hello Zeinab,

I think that a minimal working example and filing a bug on Github would
be a good idea :)

Right now, it becomes hard to guess what is going on.

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

On 02/07/13 06:52 AM, Zeinab Lashkaripour wrote:
> Hi,
> 
> Thanks for the reply Eric.
> 
> I have used the exclude option as you said. For the class that I have
> *org.apache.jasper.runtime.ProtectedFunctionMapper*
> I have used the options below:
>     "-exclude", "org.apache.jasper.runtime",
>     "-no-bodies-for-excluded", 
> I have even used "org.apache.jasper.runtime." and
> "org.apache.jasper.runtime.ProtectedFunctionMapper" but it still seems
> not to work.
> 
> I had an exception before related to using the original names explained
> in [1]. I tried adding the debug info to the related JAR file but I
> still got the exception, I also used the exclude option and again I
> still get the exception.
> 
> Could anyone please guide me?
> 
> Regards,
> Zeinab
> 
> [1]:http://marc.info/?l=soot-list&m=137112936201765&w=2
> 
> ------------------------------------------------------------------------
> *From:* "Bodden, Eric" <eric.bodden at sit.fraunhofer.de>
> *To:* Zeinab Lashkaripour <lashkaripour at yahoo.com>
> *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
> 
> 
> 
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list