:man| Alphabetical   Categories   About us 
 
ELFDUMP (1) | General commands | Unix Manual Pages | :man

NAME

elfdump - "display information about" ELF files

CONTENTS

Synopsis
Description
Exit Status
Examples
See Also
History
Authors
Bugs

SYNOPSIS

elfdump -a -| -cdeGhinprs [-w file] file

DESCRIPTION

The elfdump utility dumps various information about the specified ELF file.

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 standard output.

EXIT STATUS


.Ex -std

EXAMPLES

The following is an example of a typical usage of the elfdump command:

"elfdump -a -w output /bin/ls"

SEE ALSO

objdump(1), readelf(1)
.Rs "System V Application Binary Interface"
.Re

HISTORY

AUTHORS

BUGS

 
Created by Blin Media, 2008-2013