|
From: <bro...@co...> - 2006-11-01 20:26:17
|
Trying to work with TaintCheck. Is this supposed to be part of Valgrind 3.2.1 as a tool? I am not seeing it when I run valgrind, e.g. valgrind --tool=taintcheck <my executable> It fails saying there is no such valid tool. Is taintcheck something that needs to be added to my valgrind installation? Can't find any source for it in Google searches or on Valgrind sites. Please advise. -- Bruce Rosenthal Chief Architect, TranStrophe Turning Information and Technology Into Business Opportunities 510 690 0877 510 432 7912 www.transtrophe.com |
|
From: Nicholas N. <nj...@cs...> - 2006-11-01 22:55:43
|
On Wed, 1 Nov 2006 bro...@co... wrote: > Trying to work with TaintCheck. Is this supposed to be part of Valgrind > 3.2.1 as a tool? I am not seeing it when I run valgrind, e.g. > > valgrind --tool=taintcheck <my executable> > > It fails saying there is no such valid tool. TaintCheck is not part of the Valgrind distribution. What made you think it was? > Is taintcheck something that needs to be added to my valgrind installation? > Can't find any source for it in Google searches or on Valgrind sites. I believe the source code is not publically available. Nick |