I came across a reference to it recently on proggit and (as of now) it is not explained.
I suspect this might be it, but I don\'t know for sure.
it's easy to export mylib.so to env:
mylib.so
$ export LD_PRELOAD=/path/mylib.so $ ./mybin
to disable :
$ export LD_PRELOAD=