elfdump(1)
NAME
elfdump - display information about ELF files
SYNOPSIS
elfdump -a | -cdeGhinprs [-w file] file
DESCRIPTION
Arrayfile.
The options are as follows:
-a Dump all information.
-c Dump shared headers.
-d Dump dynamic symbols.
-e Dump ELF header.
-G Dump the GOT.
-h Dump the hash values.
-i Dump the dynamic interpreter.
-n Dump note sections.
-p Dump the program header.
-r Dump relocations.
-s Dump the symbol table.
- -w file Write output to a file instead of the stan
- dard output.
EXIT STATUS EXAMPLES
Arrayelfdump -a -w output /bin/ls
SEE ALSO
Arrayhttp://www.sco.com/developers/gabi/.
HISTORY
The elfdump utility first appeared in FreeBSD 5.0.
AUTHORS
- ArrayThis manual page was written by David O'Brien <obrien@FreeB
- SD.org>.