<div dir="ltr"><div><div>Hi,<br></div>I am trying to get the call graph of an Android app and useing infoflow. I used the sample code provided by Steven in this issue chain <a href="https://github.com/secure-software-engineering/soot-infoflow-android/issues/129">https://github.com/secure-software-engineering/soot-infoflow-android/issues/129</a><br><br></div>I get error for <br><pre><code>analyzer.getConfig().setTaintAnalysisEnabled(false);<br></code></pre><pre><code><span style="font-family:arial narrow,sans-serif">setTainAnalyserEnabled is not in the list of methods for getConfig. If I comment this line I will get out of memory after running the code.<br></span></code></pre><pre><code><span style="font-family:arial narrow,sans-serif">I import these:<br>import soot.jimple.infoflow.android.SetupApplication;<br>import soot.jimple.infoflow.android.config.SootConfigForAndroid;<br>import soot.jimple.spark.pag.PAG;<br>import soot.jimple.toolkits.callgraph.CHATransformer;<br>import soot.jimple.toolkits.callgraph.CallGraph;<br>import soot.jimple.toolkits.callgraph.CallGraphBuilder;<br>import soot.jimple.toolkits.callgraph.Edge;<br>import soot.jimple.toolkits.callgraph.Targets;<br><br></span></code></pre><pre><code><span style="font-family:arial narrow,sans-serif">Sorry if it is very naive question. I got stuck on it.<br></span></code></pre><pre><code><span style="font-family:arial narrow,sans-serif">Bests,<br></span></code></pre><pre><code><span style="font-family:arial narrow,sans-serif">Kobra<br></span></code></pre><pre><code><br><br></code></pre></div>