1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:42:07 +02:00
tldr/pages/linux/eu-readelf.md
2024-04-10 17:54:10 +02:00

360 B

eu-readelf

Displays information about ELF files. More information: https://manned.org/eu-readelf.

  • Display all extractable information contained in the ELF file:

eu-readelf --all {{path/to/file}}

  • Display the contents of all NOTE segments/sections, or of a particular segment/section:

eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}