|
From: <pa...@fr...> - 2013-06-14 10:36:27
|
----- Original Message ----- > Hi , > > Apologies if it is silly question as i am a beginner. > > Is it possible to use the memcheck tool for code rather than > executable ( binary) ? Hi No, Valgrind is strictly runtime. Google for static analysis tools. A+ Paul |