summaryrefslogtreecommitdiff
path: root/list-libs.py
AgeCommit message (Collapse)AuthorFilesLines
2020-05-09list-libs: utility to find library dependenciesPeter Wu1-0/+50
Originally made for macOS. Linux (via GNU libc, glibc ld.so) already has a much more compact version that can display the library dependencies. As the user might try to run it on untrusted libraries, let's not execute the command by default and print a hint instead.