On Thu, Apr 9, 2009 at 6:59 AM, nnp <[email protected]> wrote: > > Is there a map maintained somewhere of the values stored in tmp > variables that can be accessed by the instrumentation functions? For > example, if I encounter Add32(t0, t1) I would like to calculate at > execution time the result of this so that I can perform some further > analysis (I'm doing somgthing involving the spreading of taint data > but in the case of non-tainted expressions I would still like to be > able to determine the resulting value).
If the result of Add32(t0, t1) is put into t2, for example, then just pass t2 to the relevant instrumentation function. Nick ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
