Skip to content

Lexicon Entry

ld.so

See Dynamic Linker (ld.so / dyld). The runtime component that loads shared libraries (.so) and resolves symbols on Linux.

Related Knowledge & Cross-References

Guide

Process Loading & Creation: The Life of a Binary

Curious about process loading? We trace the journey from disk to execution, covering the OS loader, ASLR, and dynamic linking on Linux, macOS, and Windows.