Hi everyone,

I'm a french student using Valgrind framework to write a Redux-like 
dataflow analyser to be used for intrusion detection.

I had initially planned to work from Redux Source Code but it's seems 
too old to work with the latests versions of Valgrind, and hence i 
decided to rebuild it from scratch.

Unhappily, i fall in trouble shadowing temporaries. For instance, if i 
want to trace an addition, how to obtain the content of t3 = 
Add32(Get::I32(0), Get::I32(6)), whithout manually shadowing all temps 
used in the SB ? In a nutshell, how to access the result of the 
operations processed by Valgrind for the guest program ?

That's it ....


If anyone could help me !

Thanks for everyone's job on Valgrind project and sorry for my poor 
english ....


Olivier Sarrouy
Master Student
Supélec, Rennes
France


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to