blob: 0273dbcdad4c06c71e2da23eb11ad4072796dd91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
.TH "scanelf" "1" "0.1" "Ned Ludd" ""
.SH "NAME"
.LP
scanelf \-
user-space utility to scan elf files
.SH "SYNTAX"
.LP
scanelf [\fIoptions\fP] dir1 dir2 dirN...
.br
.SH "DESCRIPTION"
scanelf is a user-space utility to scan and list ELF types, as well as thier respctive PaX flags and filenames.
.LP
.SH "OPTIONS"
.LP
.TP
\fBNote\fR
long options are not supported on all platforms.
.TP
\fB\-h, \-\-help\fR
Output help information and exit.
.TP
\fB\-v, \-\-version\fR
Output version information and exit.
.TP
\fB \-l, \-\-ldpath\fR
Scans paths listed in /etc/ld.so.conf
.TP
\fB\-p, \-\-path\fR
Scans paths in order they are listed in the environment $PATH
.TP
.br
.SH "FILES"
.LP
\fI/etc/ld.so.conf\fP
.SH "ENVIRONMENT VARIABLES"
.TP
\fBPATH\fP
When the -p option is used the environment variable PATH will be used.
.SH "EXAMPLES"
.LP
To run this program the standard way type:
.LP
scanelf -p
scanelf -l
.LP
Alternativly you can run it like:
.LP
scanelf /bin /usr/bin /lib
.br
.SH "AUTHORS"
.LP
scanelf was written by <solar@gentoo.org>
.br
.SH "REPORTING BUGS"
Please include as much information as possible(using any available debugging options) and send bug reports for pax-utils <solar@gentoo.org>
.LP
.br
.SH "SEE ALSO"
.LP
chpax(1), gradm(8), isetdyn(1), scanelf(1), scanexec(1)
|