<div dir="ltr">Hi everyone,<div><br></div>I would like to do the forward slice analysis for a variable v. As I know, Soot just produces line numbers of statements affected by this variable, or IR statements. But I am also interested in how variable v affects these statements. For instance, variable v affects statement P through a series of statements S0, S1, ... Sm. I would like to get the information about the dependency path, something like that v affects S0, S0 affects S1, ... and Sm affects P. Is it possible to get dependency paths from the forward slice analysis of Soot? Could anybody help me and give me some suggestion? Thank you.<br><div><br></div><div>Zhen</div></div>