1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 18:15:24 +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

12 lines
374 B
Markdown

# 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}}`