Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aakbar5/f440d39f35fbe031f548658c236f5154 to your computer and use it in GitHub Desktop.

Select an option

Save aakbar5/f440d39f35fbe031f548658c236f5154 to your computer and use it in GitHub Desktop.
Check shared library dependencies of a program executable
objdump -p /path/to/program | grep NEEDED
ref: http://ask.xmodulo.com/check-library-dependency-program-process-linux.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment