mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
260be29c40
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
310 B
Text
6 lines
310 B
Text
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.
|