How can we replace a C standard library function with our own implementation of that function ?
For example, how can I replace strcpy() with my own imp
strcpy()
You can try playing with LD_PRELOAD if you are on Linux.