Readelf

From Christoph's Personal Wiki
Revision as of 04:03, 1 April 2007 by Christoph (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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