amirbijani / androguard

Automatically exported from code.google.com/p/androguard
0 stars 0 forks source link

Is there any API can be used for building a data-dependence-graph for one method? #167

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I see the androguard has updated by adding dad(with dataflow.py added) folder 
with data flow analysis.  I try to read the source code but it is a little 
hard. 

But when I check the wiki, the documentation is still the old version.
I have successfully used several APIs (bytecode.method2dot) to build the 
control flow graph for blocks in one method. 

Is there any quick way to visualize a data flow graph for one method?

Thanks,

Original issue reported on code.google.com by ririhe...@gmail.com on 11 Sep 2014 at 5:54