1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/eu-readelf.md

13 lines
375 B
Markdown
Raw Normal View History

2024-04-10 18:54:10 +03:00
# 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}}`
2024-04-10 18:54:10 +03:00
- Display the contents of all NOTE segments/sections, or of a particular segment/section:
`eu-readelf {{[-n--notes]}} {{.note.ABI-tag}} {{path/to/file}}`