mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
18 lines
467 B
Plaintext
18 lines
467 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|