[Soot-list] Identify stmt with "instanceof" operator

Elena Sherman elenasherman at boisestate.edu
Fri Mar 13 18:51:36 EDT 2015


Xinxin,

In order to do that you need to get the right hand side of the assignment
statement and check whether it has soot.jimple.InstanceOfExpr type.

Elena

On Fri, Mar 13, 2015 at 3:31 PM, Xinxin Jin <xinxinjin89 at gmail.com> wrote:

> Hi all,
>
> How to identify a statement with "instanceof" operator please ?
>> For example:
> source:  if (e instanceof TimeoutError)​
> ​jimple:   ​$z0 = $r1 instanceof com.android.volley.TimeoutError
>
> I cannot find the corresponding stmt type in Soot. Anyone can help me ?
>
> Thanks a lot !
>
> --
> Xinxin
>
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150313/696dd3b5/attachment.html 


More information about the Soot-list mailing list