Readelf

From LQWiki
Jump to navigation Jump to 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!