Typical Application Launch Procedures Lets get back to how a typical application launches: The binary is executed (execve). Shared libraries defined in LD_PRELOAD or in /etc/ld.so.preload, are loaded and linked with the application. Shared libraries the application was linked with, are loaded into memory. Locale information is loaded.