The dlsym() function takes a handle of a shared object returned by dlopen() and a symbol name, and retuns the address of the symbol in memory.
#include <dlfcn.h>
void *dlsym(void *handle, const char *symbol);
dlsym
0001-01-01
The dlsym() function takes a handle of a shared object returned by dlopen() and a symbol name, and retuns the address of the symbol in memory.
#include <dlfcn.h>
void *dlsym(void *handle, const char *symbol);
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