[Soot-list] infoflow analyser configuration

Kobra Khanmohammadi k.khanmohammadi at gmail.com
Thu Mar 30 11:06:03 EDT 2017


Thanks Steven!
I used the new version of infoflow and increased the java heap memory as
well. It works now.


On Wed, Mar 29, 2017 at 11:35 AM, Arzt, Steven <
steven.arzt at sit.fraunhofer.de> wrote:

> Hi Kobra,
>
>
>
> If you comment out the line you mention, FlowDroid will not only compute
> the callgraph, but perform a full taint analysis, which can take quite some
> time, depending on the app. Consequently, if you only need the callgraph,
> that line is important. If this method is not available, you are most
> likely using an outdated version of FlowDroid. Did you download the 1.5
> release version from Github?
>
>
>
> Best regards,
>
>   Steven
>
>
>
> *From:* Soot-list [mailto:soot-list-bounces at cs.mcgill.ca] *On Behalf Of *Kobra
> Khanmohammadi
> *Sent:* Tuesday, March 28, 2017 5:16 PM
> *To:* soot-list at cs.mcgill.ca
> *Subject:* [Soot-list] infoflow analyser configuration
>
>
>
> Hi,
>
> 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
> https://github.com/secure-software-engineering/soot-
> infoflow-android/issues/129
>
> I get error for
>
> analyzer.getConfig().setTaintAnalysisEnabled(false);
>
> 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.
>
> I import these:
> import soot.jimple.infoflow.android.SetupApplication;
> import soot.jimple.infoflow.android.config.SootConfigForAndroid;
> import soot.jimple.spark.pag.PAG;
> import soot.jimple.toolkits.callgraph.CHATransformer;
> import soot.jimple.toolkits.callgraph.CallGraph;
> import soot.jimple.toolkits.callgraph.CallGraphBuilder;
> import soot.jimple.toolkits.callgraph.Edge;
> import soot.jimple.toolkits.callgraph.Targets;
>
> Sorry if it is very naive question. I got stuck on it.
>
> Bests,
>
> Kobra
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20170330/8ff7188a/attachment.html>


More information about the Soot-list mailing list