[Soot-list] Data Flow Graph For Java Applaction

Ibrahim Elgendy eng.elgendy90 at gmail.com
Wed Feb 26 18:44:40 EST 2014


Hi,
can the soot tool show the data flow dependency?

*for example*

class Test{

void z(int b,int c){

int a=x(b,c);

y(x);

}

}

if method x return data that put in variable a
*int a=x(b,c);*
and method y use this variable x
*y(x);*

the result show that method y depend on method x (there is data dependency
between two method)

*if soot tool can do that ,can you help me how i can get this data
dependency?if no can you help me how to get it?*

Thanks

-- 
Ibrahem Elgendy
Faculty of computers and information
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20140227/d2529f56/attachment.html 


More information about the Soot-list mailing list