Skip to content

Instantly share code, notes, and snippets.

@fcamel
Created July 22, 2018 12:03
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 fcamel/25f363ba080faae07e2270ba963c91f7 to your computer and use it in GitHub Desktop.
Save fcamel/25f363ba080faae07e2270ba963c91f7 to your computer and use it in GitHub Desktop.
ldd example
$ ldd /bin/ls
linux-vdso.so.1 => (0x00007ffe7a5fe000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fd64b7a1000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd64b3d7000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fd64b167000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd64af63000)
/lib64/ld-linux-x86-64.so.2 (0x00007fd64b9c3000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd64ad46000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment