Display information about an ELF binary
readelf_variant [options] elffile…
where readelf_variant depends on the target platform, as follows:
Target platform | readelf_variant |
---|---|
ARMv7 | ntoarmv7-readelf |
AArch64 | ntoaarch64-readelf |
x86 | ntox86-readelf |
x86 64-bit | ntox86_64-readelf |
Linux, Mac, Microsoft Windows
See the Binutils documentation on the GNU website at https://www.gnu.org/software/binutils/manual/.
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/.
GNU