Difference between revisions of "Readelf"

From Christoph's Personal Wiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 04:03, 1 April 2007

readelf displays information about one or more ELF format object files. The options control what particular information to display.

elffile... are the object files to be examined. At the moment, readelf does not support examining archives, nor does it support examing 64 bit ELF files.

Usage

  • Example:
readelf -a /lib/libc.so.6 |grep _exit

See also

External links