/home/karthik/blog

Linux: Dynamic Library interposition in *nix Operating system

Posted in Linux, Programming by Karthik Murugesan on November 26, 2006

Articles on Dynamic library interposition using LD_PRELOAD path which can be used for tuning performance, collecting runtime statistics, or debugging applications etc. Check it out @

http://developers.sun.com/solaris/articles/lib_interposers.html for Solaris

http://www.linuxjournal.com/article/7795 for Linux

Leave a Reply