1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 13:35:25 +02:00
tldr/pages/linux/eu-readelf.md
Lena ba58dbdbbd
pages/*: use imperative mood in descriptions (#16219)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-05-02 03:32:14 +03:00

374 B

eu-readelf

Display 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}}