-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathelfinfo.1
More file actions
57 lines (57 loc) · 1.51 KB
/
elfinfo.1
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
.TH elfinfo 1
'''
.SH NAME
\fBelfinfo\fR \- dump some ELF file information
'''
.SH SYNOPSIS
\fBelfinfo\fR \fIfile\fR \fIcommand ...\fR
.P
Available commands:
.P
.IP "\fBstable\fR" 4
Dump sections table.
.IP "\fBptable\fR" 4
Dump program table.
.IP "\fBshdr\fR \fIn\fR" 4
Show single section table entry.
.IP "\fBphdr\fR \fIn\fR" 4
Show single program table entry.
.IP "\fBdynamic\fR" 4
Dump dynamic table.
.IP "\fBinterp\fR" 4
Show program interpreter aka dynamic linker.
.IP "\fBsoname\fR" 4
Show soname of a dynamic library.
.IP "\fBneeded\fR" 4
List dynamic libraries needed to run this file.
.IP "\fBsymtab\fR" 4
List symbols in the file.
.IP "\fBdynsym\fR" 4
List dynamic symbols.
.IP "\fBsym\fR \fIn\fR" 4
Show single symbol table entry.
.IP "\fBdsym\fR \fIn\fR" 4
Show single dynamic symbol table entry.
.IP "\fBstrings\fR" 4
Dump all string sections in the file.
.IP "\fBstrtab\fR \fIn\fR" 4
Dump strings section \fIn\fR.
.IP "\fBsymsec\fR" 4
List symbols in the file, grouped by sections.
.IP "\fBsegsec\fR" 4
Show which sections are loaded in each segment.
.IP "\fBversym\fR" 4
List versions associated with dynamic symbols (VERSYM section).
.IP "\fBverdef\fR" 4
List symbol version definitions (VERDEF, VERNEED sections).
'''
.SH DESCRIPTION
This tool does little more than decoding and formatting the structures
of an ELF file. Refer to the ELF specification for meaning of that data.
'''
.SH SEE ALSO
\fBreadelf\fR(1) from GNU binutils.
.P
Executable and Linking Format (ELF) Specification,
.br
http://refspecs.linuxbase.org/elf/elf.pdf