Some notes on ELF 🧝 loading and dynamic linking mainly for GNU userland
(ld.so
, libc
, libdl
) running on top of the Linux kernel. Some
prior knowlegde on the topic (virtual memory, shared objects,
sections) might be useful to understand this.
↧
ELF loading and dynamic linking
↧