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 (t...@compton.nu)
http://compton.nu/

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to