summaryrefslogtreecommitdiffstats
path: root/system/lddsafe/README
blob: d1f180e6beb9348c312661d8a76dbbafa865f565 (plain)
lddsafe (safe replacement for ldd)

lddsafe prints shared library dependencies for executables and shared
libraries. However, it uses objdump instead of loading the program,
hence avoiding the security problems of ldd. lddsafe also includes
nonrecursive mode (-n option), which lists direct dependencies only.