readelf

Display information about an ELF binary

Syntax:

readelf_variant [options] elffile

where readelf_variant depends on the target platform, as follows:

Target platform readelf_variant
ARMv7 ntoarmv7-readelf
x86 ntox86-readelf

Runs on:

Linux, Microsoft Windows

Options:

See the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.

Description:

The readelf utility displays information about one or more ELF format object files. For more information, see the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.

Contributing author:

GNU