ELFDUMP(1) | MidnightBSD General Commands Manual | ELFDUMP(1) |
elfdump
— display
information about ELF files
elfdump |
-a | -E |
-cdeGhinprs [-w
file] file |
The elfdump
utility dumps various
information about the specified ELF file.
The options are as follows:
-a
-c
-d
-e
-E
-G
-h
-i
-n
-p
-r
-s
-w
fileThe elfdump
utility exits 0 on
success, and >0 if an error occurs.
The following is an example of a typical usage of the
elfdump
command:
elfdump -a -w output
/bin/ls
AT&T Unix Systems Labs, System V Application Binary Interface, http://www.sco.com/developers/gabi/.
The elfdump
utility first appeared in
FreeBSD 5.0.
The elfdump
utility was written by
Jake Burkholder
<jake@FreeBSD.org>.
This manual page was written by David O'Brien
<obrien@FreeBSD.org>.
Does not fully implement the ELF gABI.
November 5, 2018 | midnightbsd-3.1 |