On 14/08/15 15:48, John Reiser wrote: >> Can I integrate my program's reimplemented execve with Valgrind? > > Call it 'execve', put it in a shared library, then change the filename > of the shared library where valgrind expects to find execve from "glibc" > to the name of your .so.
Except that valgrind traps the system call, not the library function ;-) Tom -- Tom Hughes ([email protected]) http://compton.nu/ ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
