[Soot-list] call to <clinit> in Jimple

Eugen Zalinescu eugen.zalinescu at gmail.com
Thu Feb 18 10:17:08 EST 2016


Hello,

I have generated the Jimple code corresponding to the
securibench.micro.inter.Inter6 (contained in soot-infoflow) and the
translation of doGet ends with the following lines:
        $r5 = new securibench.micro.inter.Inter6$ReflectivelyCreated;
        specialinvoke
$r5.<securibench.micro.inter.Inter6$ReflectivelyCreated: void
<init>()>();
        return;
where ReflectivelyCreated is a static class.

Shouldn't there be instead (or additionally) an explicit
(staticinvoke?) call to <clinit>?

Thanks,
Eugen


More information about the Soot-list mailing list