[Soot-list] data flow problem

yangbo at sei.buaa.edu.cn yangbo at sei.buaa.edu.cn
Tue Jul 16 05:16:25 EDT 2013


1a)> temp$7 = a
1b)> temp$9 = temp$7[temp$8]
    > (2)
    > a[R3]=R2;
2a)> temp$10 = a
2b)> temp$10[temp$11] = R2
1a
defVariable:temp$7 Def:temp$7 = a(DefUnit_line:18) 
1b
Use:temp$9 = temp$7[temp$8](UseUnit_line:18)
temp$7 = a(UseUnit_line:18)
2a
defVariable:temp$10 Def:temp$10 = a(DefUnit_line:19) 
2b
Use:temp$10[temp$11] = R2(UseUnit_line:19)
Use:temp$10 = a(UseUnit_line:19)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130716/5852be27/attachment.html 


More information about the Soot-list mailing list