Describe LinuxDebug here.
strace is kool aber ...
Snoopy is placed in /etc/ld.so.preload to trap all occurances of exec,
- if you wish to monitor only certain applications you can do so through the $LD_PRELOAD environment variable - simply set it to /lib/snoopy.so before loading the application. For example:
- export LD_PRELOAD=/lib/snoopy.so
lynx http://linux.com/ unset LD_PRELOAD
- export LD_PRELOAD=/lib/snoopy.so
Linux/DeBug (last modified 2008-11-04 07:00:24)