|
From: João C. <joa...@is...> - 2009-12-10 12:23:51
|
Hi, I'm creating a tool for valgrind. Currently, I'm doing some taintedness propagation using code instrumentation, I want to instrument code from libc (ex: gets, scanf) , but it seems that valgrind doesn't instrument code from this library. What can I do to make my tool instrument libc's code? Or am I overlooking something? Thanks, João Carreira |