aboutsummaryrefslogtreecommitdiff
path: root/system/lddsafe/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-05 23:35:27 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-03-06 11:11:54 +0700
commit260be29c40678d43498f1fbf25737bece2ed486e (patch)
treed7310a97a3492064433c40f37c8c1034a435cd18 /system/lddsafe/README
parent371297fc10ea12567ad5a0cffd34a475c392a96f (diff)
system/lddsafe: Added (safe replacement for ldd)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lddsafe/README')
-rw-r--r--system/lddsafe/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/lddsafe/README b/system/lddsafe/README
new file mode 100644
index 0000000000000..d1f180e6beb93
--- /dev/null
+++ b/system/lddsafe/README
@@ -0,0 +1,6 @@
+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.