[Soot-list] UseDef or DefUse

Eric Bodden eric.bodden at ec-spride.de
Thu Jan 17 07:20:34 EST 2013


> I want to look  for special function calls to see what variable (which is a
> string) they have used, so as to track the value that the variable has taken
> before the call which can be a simple assignment with out any branch or
> assignments inside different kinds of branch.
> I remember reading a lecture that they had used DU in a similar application,
> BUT I think that this is a UD one.
> The function call is a use and the values taken before (in any manner) are
> Defs. Am I right?

I think so, yes.

Eric


More information about the Soot-list mailing list