Skip to content

Instantly share code, notes, and snippets.

@Mic92

Mic92/dlopen Secret

Created November 1, 2020 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/4e81601ef0c64a27996bc6d12602f270 to your computer and use it in GitHub Desktop.
Save Mic92/4e81601ef0c64a27996bc6d12602f270 to your computer and use it in GitHub Desktop.
src/home/homectl-recovery-key.c
156: dl = dlopen("libqrencode.so.4", RTLD_LAZY);
src/journal/journal-qrcode.c
46: dl = dlopen("libqrencode.so.4", RTLD_LAZY);
src/journal/pcre2-dlopen.c
25: dl = dlopen("libpcre2-8.so.0", RTLD_LAZY);
src/locale/localed.c
545: dl = dlopen("libxkbcommon.so.0", RTLD_LAZY);
src/shared/cryptsetup-util.c
38: dl = dlopen("libcryptsetup.so.12", RTLD_LAZY);
src/shared/idn-util.c
30: dl = dlopen("libidn2.so.0", RTLD_LAZY);
66: dl = dlopen("libidn.so.12", RTLD_LAZY);
70: dl = dlopen("libidn.so.11", RTLD_LAZY);
src/shared/pwquality-util.c
33: dl = dlopen("libpwquality.so.1", RTLD_LAZY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment