[Soot-list] How to disable some log infomations?

leetsong leetsong.lc at gmail.com
Mon Mar 12 07:13:57 EDT 2018


Hi all,

I’m Simon.

I’m a novice in Java analysis using soot and flowdroid. I have several questions listed below:

1. I’m using FlowDroid. And in the phase of processing an apk, a lot of logs (the faked main method, the Spark information, the transformation information, etc.) are displayed. Is there a switch that can close this verbose information? I’ve tried the option `-v/verbose`, but I've got nothing changed. :-(
2. How to get the source files? I mean, the source file names. I want to show names of the sources files, but I have no idea how to get them in soot. I’ve tried `someMethod.getTag(“SourceFileTag”).getName()`, but I got nothing. :-(. Did I miss some configuration options?
3. I would like to generate a full inter-procedural program dependencies graph (a.k.a SDG). Is there an interface that can help to do this? I’ve tried `HashMutablePDG`, but I found that it is intra-procedural :-(. And in the phase of transformation, and sometimes, some method cannot be transformed (an exception will be thrown at times, not usually)

I would appreciate if anybody can give me a hand. Thanks a lot!

--
Sincerely,
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20180312/55cc462b/attachment.html>


More information about the Soot-list mailing list