I want to do control and data flow analysis of android app for which I need to create CFG. I have tried soot to make it but all I get is jimple and other middle level intermediate language code. How make a CFG with soot and even if I get it someway, can anyone point me how to analyze it programatically.
Control Flow Analysis of Android APK or Android Source Code
1.3k Views Asked by Kumar Roshan Mehta At
2
Checkout the answer provided in the below link. You can use off the shelf frameworks like androguard.
CFG