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: Startup Scripts
2024-11-10 DFIR CTF linux persistence systemd SysV init startup script
Linux Persistence: Cron
2024-11-10 DFIR CTF linux persistence cron
Linux Persistence: User Accounts
2021-06-27 DFIR linux persistence