LD_PRELOAD is an environment variable in Linux/Unix systems that tells the dynamic linker
to load specific shared libraries before any other libraries when running a program.
When you run a program, the dynamic linker loads the required shared libraries.
LD_PRELOAD forces certain libraries to be loaded first, allowing you to override functions from other libraries.