1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/linux/eu-readelf.md
Managor ce9de4753a
*: fix style guide issues part 6 (#15792)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:14:54 +02:00

375 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 {{[-a|--all]}} {{path/to/file}}

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

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