Copyright (c) 2003 David O'Brien
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

.Dd November 5, 2018 .Dt ELFDUMP 1 .Os .Sh NAME .Nm elfdump .Nd "display information about" .Tn ELF files .Sh SYNOPSIS .Nm .Fl a | E | cdeGhinprs .Op Fl w Ar file .Ar file .Sh DESCRIPTION The .Nm utility dumps various information about the specified .Tn ELF .Ar file .

p The options are as follows: l -tag -width ".Fl w Ar file" t Fl a Dump all information. t Fl c Dump section headers. t Fl d Dump dynamic symbols. t Fl e Dump ELF header. t Fl E Return success if .Ar file is an ELF file and failure if it is not. This option is exclusive with other options. t Fl G Dump the GOT. t Fl h Dump the hash values. t Fl i Dump the dynamic interpreter. t Fl n Dump note sections. t Fl p Dump the program header. t Fl r Dump relocations. t Fl s Dump the symbol table. t Fl w Ar file Write output to a .Ar file instead of the standard output. .El .Sh EXIT STATUS .Ex -std .Sh EXAMPLES The following is an example of a typical usage of the .Nm command:

p .Dl "elfdump -a -w output /bin/ls" .Sh SEE ALSO .Xr objdump 1 , .Xr readelf 1 .Rs .%A "AT&T Unix Systems Labs" .%T "System V Application Binary Interface" .%U http://www.sco.com/developers/gabi/ .Re .Sh HISTORY The .Nm utility first appeared in .Fx 5.0 . .Sh AUTHORS .An -nosplit The .Nm utility was written by .An Jake Burkholder Aq Mt jake@FreeBSD.org . This manual page was written by .An David O'Brien Aq Mt obrien@FreeBSD.org . .Sh BUGS Does not fully implement the .Tn ELF gABI.