summaryrefslogtreecommitdiffstats
path: root/system/lddsafe/README
diff options
context:
space:
mode:
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 0000000000..d1f180e6be
--- /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.