<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hello Luis,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">It seems if I am not wrong, you want to do source and sink analysis for Android app. You can start with FlowDroid, that is data flow analysis tool and built on top of the Soot. It is quite a flexible tool where you can provide set of source and sinks and tool will analyze the flows for you. Please, follow the link for details. </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">FlowDroid repo: <a href="https://github.com/secure-software-engineering/FlowDroid">https://github.com/secure-software-engineering/FlowDroid</a></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Umar</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 2, 2018 at 8:29 AM, De Souza Melo, Luis Henrique <span dir="ltr"><<a href="mailto:lhsm@illinois.edu" target="_blank">lhsm@illinois.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I am new to soot and static analysis, so forgive me if I am asking some question that may have already been answered or may be obvious for some.<br>
<br>
I need a tool, or a framework, to find call stacks based on exit nodes (e.g., every possible call stack method that can reach java.net.DatagramSocket.send(<wbr>DatagramPacket) call). Considering that I am analyzing apk files, there is a tool that does this static analysis for me, or at least, is it possible to do with Soot?<br>
<br>
Luis<br>
______________________________<wbr>_________________<br>
Soot-list mailing list<br>
<a href="mailto:Soot-list@CS.McGill.CA">Soot-list@CS.McGill.CA</a><br>
<a href="https://mailman.CS.McGill.CA/mailman/listinfo/soot-list" rel="noreferrer" target="_blank">https://mailman.CS.McGill.CA/<wbr>mailman/listinfo/soot-list</a><br>
</blockquote></div><br></div>