[Soot-list] Exclude classes

Bodden, Eric eric.bodden at sit.fraunhofer.de
Tue Jul 2 07:08:56 EDT 2013


Hmmm, frankly I have no idea.

I think this should just work. Maybe you can debug through Soot?

Cheers,
Eric

On 02.07.2013, at 12:52, Zeinab Lashkaripour <lashkaripour at yahoo.com>
 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
> 
> 
> 

--
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



More information about the Soot-list mailing list