[Soot-list] how to get the self object

daniela antonova daniela.antonova at gmail.com
Sun Mar 27 11:09:29 EDT 2011


Hi all,

Could anyone please tell me how to get the object on which a method is invoked?
For example,

if(cur.getCount() > 0)
    .....

InvokeExpr.getArgs() only returns an empty list, since there are no
arguments to the method.
What I need is to somehow find out that it was the cur object on which
the method getCount() is invoked.

Please help! I looked at a few tutorials and the soot list, but I was
unable to find the answer!

Thanks for your help!!!
Daniela


More information about the Soot-list mailing list