[Soot-list] Question

Hamid A. Toussi hamid2c at gmail.com
Mon Jan 14 14:55:30 EST 2013


Hi Zeinab,

On 1/14/13, Zeinab Lashkaripour <lashkaripour at yahoo.com> wrote:
> Dear Reader,
>
> I am doing the following analysis:
> I am looking for special function calls to see what variable they have used
> in order 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. Up to now with the information I have I think
> reaching definitions (def-use chain) is the suitable choice.

I think, I read earlier in this mailing list that you are trying to do
a taint-propagation analysis.
Do you want to use def-use chain to do the taint-propagation analysis?

Hamid
http://hamid2c.github.com/


More information about the Soot-list mailing list