Override the GNU C library — painlessly

42
A great way to debug glibc functions is to override the function of interest with your own version. This can be done without having root permissions and without recompiling the libc source.

Link: zdnetindia.com

Category:

  • Free Software