67 lines
1.7 KiB
Groff
67 lines
1.7 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.TH LDDSAFE 1 "2021-02-28" "20110819_02842ba" "SlackBuilds.org"
|
|
.SH NAME
|
|
lddsafe \- safely print shared library dependencies (similar to ldd)
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.\" RST source for lddsafe(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py lddsafe.rst > lddsafe.1
|
|
.
|
|
.\" rst2man.py comes from the SBo development/docutils package.
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
lddsafe [\fI\-n\fP] \fBFILE\fP ...
|
|
.SH DESCRIPTION
|
|
.sp
|
|
lddsafe is a shell script written for Linux distributions (tested
|
|
under Slackware Linux) that prints shared library dependencies for
|
|
executable files and shared libraries, similar to ldd. However,
|
|
it uses objdump instead of loading the program, hence avoiding the
|
|
security problems of ldd.
|
|
.SH OPTIONS
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \-n
|
|
Nonrecursive mode. List direct dependencies only.
|
|
.UNINDENT
|
|
.SH AUTHORS
|
|
.sp
|
|
lddsafe was written by Ricardo Garcia Gonzalez and Ivan Mironov, and
|
|
released as public domain code.
|
|
.sp
|
|
This man page written for the SlackBuilds.org project
|
|
by B. Watson, and is licensed under the WTFPL.
|
|
.SH SEE ALSO
|
|
.sp
|
|
The lddsafe homepage: \fI\%https://github.com/rg3/lddsafe/\fP
|
|
.\" Generated by docutils manpage writer.
|
|
.
|