[Soot-list] How to get the loop control condition ?

Xinxin Jin xinxinjin89 at gmail.com
Wed Mar 4 02:35:27 EST 2015


Hi all,

For this loop:

while (i <= 5 && success == 0) {
      //do something
}

​How to know the loop body is controlled by both i and success ?

​The jimple bytecode is like this: ​

if $i1 > 5 goto (branch)
if $i2 != 0 goto (branch)
​....

​Thanks very much !!

-- 
Xinxin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150303/08584ac7/attachment.html 


More information about the Soot-list mailing list