View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Readelf

From LQWiki

Jump to: navigation, search

readelf lets you examine information about an ELF binary or object file. It however does not perform disassembly, use objdump for this purpose.

Example usage

 readelf -sW myobject.o | more

See also: Programming-related Commands

This article is a stub and needs to be finished. Plunge forward and help it grow!


Personal tools