[Soot-list] coupling between an allocation site and the constructor invocation site

Peng Li lipeng360 at gmail.com
Mon Jan 22 22:10:27 EST 2007


HI
For each instantiation of an object in java is represented as two
jimple stmts, one newstmt and one specialinvoke stmt(constructor
invocation site). I am just wondering if there is a easy and simple
method to find the constructor invocation site based on the allocation
site which i specified?

Cheers
Peng


More information about the Soot-list mailing list