libdl is the standard POSIX library used for runtime dynamic linking in Linux and Unix-like systems. It provides functions such as dlopen(), dlsym(), dlclose(), and dlerror() to load shared libraries during program execution, retrieve symbols, and manage linkage state. It is typically linked with -ldl.
libdl
2025-04-02
Recent Posts
Linux Persistence: atd
2025-04-01 DFIR CTF linux persistence at atd
Linux Persistence: SSH
2025-03-29 DFIR CTF SSH hardening hunting persistence linux persistence hunting hardening SSH PAM