ISSTA 2007 https://faculty.cc.gatech.edu/~orso/papers/clause.li.orso.ISSTA07.pdf

Background

The disadvantages of dynamic taint analysis:

The advantages of DYTAN:

Motivation

Untitled

Explicit information flow: a tainted variable directly involves in the computation of another variable’s value, related to data dependencies

Implicit information flow: related to control dependencies, as shown in Figure 4 (the value of x should be tainted with marking ta)

Related work