[Soot-list] Exclude classes

Zeinab Lashkaripour lashkaripour at yahoo.com
Tue Jul 2 09:14:56 EDT 2013


Hi Marc-André,

Thanks for the reply.
I tried what you said and I get the output below:
Transforming org.apache.jasper.runtime.HttpJspBase... 
org.apache.jasper.runtime.HttpJspBase
    protected void <init>()
    {
        org.apache.jasper.runtime.HttpJspBase this;

        this := @this: org.apache.jasper.runtime.HttpJspBase;
        specialinvoke this.<javax.servlet.http.HttpServlet: void <init>()>();
        return;
    }

[org.apache.jasper.runtime.]
org.apache.jasper.runtime.HttpJspBase
    public final void init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
    {
        org.apache.jasper.runtime.HttpJspBase this;
        javax.servlet.ServletConfig config;

        this := @this: org.apache.jasper.runtime.HttpJspBase;
        config := @parameter0: javax.servlet.ServletConfig;
        specialinvoke this.<javax.servlet.http.HttpServlet: void init(javax.servlet.ServletConfig)>(config);
        virtualinvoke this.<org.apache.jasper.runtime.HttpJspBase: void jspInit()>();
        virtualinvoke this.<org.apache.jasper.runtime.HttpJspBase: void _jspInit()>();
        return;
    }

[org.apache.jasper.runtime.]
org.apache.jasper.runtime.HttpJspBase
    public java.lang.String getServletInfo()
    {
        org.apache.jasper.runtime.HttpJspBase this;
        java.lang.String $r0;

        this := @this: org.apache.jasper.runtime.HttpJspBase;
        $r0 = staticinvoke <org.apache.jasper.compiler.Localizer: java.lang.String getMessage(java.lang.String)>("jsp.engine.info");
        return $r0;
    }

It seems that they don't have empty bodies. 
Maybe I'm not using the exclude option properly? 

Any suggestions?

Regards,
Zeinab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130702/54a4ed63/attachment-0001.html 


More information about the Soot-list mailing list