<div dir="ltr"><div>Thanks, I will check it out. <br></div><div><br></div><div>There is another tool for taint analysis, taintgrind. I am not able to find any relevant output yet.</div><div><br></div><div>I am new to this area, still exploring.<br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 12, 2019 at 1:56 PM Peter Waller <<a href="mailto:Peter.Waller@arm.com">Peter.Waller@arm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div bgcolor="#FFFFFF">
<div class="gmail-m_8361300737682120857moz-cite-prefix">On 12/09/2019 06:02, Priyanka Panigrahi via llvm-dev wrote:<br>
</div>
<blockquote type="cite">
<div dir="auto">
<p>
Let in a program a variable 'x' is tainted. There is an assignment 'y=x' where y is untainted.<br>
How to check the taintflow in the output or data flow graph ?</p>
</div>
</blockquote>
<p>I'm not involved in it, but you might be interested in the DataFlowSanitizer, dfsan:
<a class="gmail-m_8361300737682120857moz-txt-link-freetext" href="https://clang.llvm.org/docs/DataFlowSanitizer.html" target="_blank">
https://clang.llvm.org/docs/DataFlowSanitizer.html</a>, which sounds like it can do what you want.</p>
<p>I'd be interested to hear in other answers to this question, too.</p>
</div>

</blockquote></div>