mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-01-09 20:33:34 -08:00
74 lines
3.0 KiB
Groff
74 lines
3.0 KiB
Groff
'\" t
|
|
.\" Title: ldd
|
|
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
|
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
|
.\" Date: 07/14/2023
|
|
.\" Manual: Cygwin Utilities
|
|
.\" Source: Cygwin Utilities
|
|
.\" Language: English
|
|
.\"
|
|
.TH "LDD" "1" "07/14/2023" "Cygwin Utilities" "Cygwin Utilities"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * Define some portability stuff
|
|
.\" -----------------------------------------------------------------
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.\" http://bugs.debian.org/507673
|
|
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH "NAME"
|
|
ldd \- Print shared library dependencies
|
|
.SH "SYNOPSIS"
|
|
.HP \w'\fBldd\fR\ 'u
|
|
\fBldd\fR [\-ruv] \fIFILE\fR...
|
|
.HP \w'\fBldd\fR\ 'u
|
|
\fBldd\fR \-h | \-V
|
|
.SH "OPTIONS"
|
|
.sp
|
|
.if n \{\
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
\-h, \-\-help print this help and exit
|
|
\-V, \-\-version print version information and exit
|
|
\-r, \-\-function\-relocs process data and function relocations
|
|
(currently unimplemented)
|
|
\-u, \-\-unused print unused direct dependencies
|
|
(currently unimplemented)
|
|
\-v, \-\-verbose print all information
|
|
(currently unimplemented)
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
.\}
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
\fBldd\fR
|
|
prints the shared libraries (DLLs) loaded when running an executable or DLL\&.
|
|
.SS "Security"
|
|
.PP
|
|
\fBldd\fR
|
|
invokes the Windows loader on the file specified, then uses the Windows debugging interface to report DLLs loaded, and (for executables) to attempt to stop execution before the entrypoint\&. Thus, you should never use ldd on an untrusted file\&.
|
|
.SH "COPYRIGHT"
|
|
.br
|
|
.PP
|
|
Copyright \(co Cygwin authors
|
|
.PP
|
|
Permission is granted to make and distribute verbatim copies of this documentation provided the copyright notice and this permission notice are preserved on all copies.
|
|
.PP
|
|
Permission is granted to copy and distribute modified versions of this documentation under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
|
|
.PP
|
|
Permission is granted to copy and distribute translations of this documentation into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation.
|
|
.sp
|