Control Flow Analysis of Android APK or Android Source Code

1.3k Views Asked by At

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.

2

There are 2 best solutions below

0
On

Checkout the answer provided in the below link. You can use off the shelf frameworks like androguard.

CFG

0
On

Did you ask on the Soot mailing list? Should be the better source for information.