[Soot-list] data flow problem

yangbo at sei.buaa.edu.cn yangbo at sei.buaa.edu.cn
Sun Jul 14 22:17:30 EDT 2013


Hello Eric.
I’m sorry to disturb you. I have trouble in data flow analysis with soot.
SmartLocalDefs is used to get def var of units.
for example:
There are two statements (1) and (2)
(1) R2 = a[R1];
(2) b[R5]=R0;
I will get the def var  “a” and “R1″ in (1) with “private HashSet defsOf( Local l )” method in SmartLocalDefs.
I will get the use var “a” and “R5″ in (2) with SmartLocalDefs.
I want to know if there are other methods to get def and use information.
Thank you very much.
Best Regard.
Bo Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130715/2ff59f37/attachment.html 


More information about the Soot-list mailing list