<div dir="ltr"><div><div><div>Hi All,<br><br></div>I am looking to use Soot forĀ  analysis of android applications: counting the number of calls each method makes to the android APIs (android.*). My plan is to turn the apk files to .jimple then run soot on these to find any such calls.<br><br>I have worked my way through both the GotoProfiler and the Android examples. My question is: are there explicit Stmt classes to find android API calls (similar to the GotoStmt in the profiler example)? The only method I have come up with so far is to use <br>SootMethod.getSignature().contains(&quot;android.&quot;) to identify if an InvokeExpr references an android API call.<br><br><br></div>Thanks for your help,<br><br></div>Ben <br></div>