mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 04:15:41 +02:00
eu-readelf: add page (#12368)
This commit is contained in:
parent
247aa11b1f
commit
3ac6930785
1 changed files with 12 additions and 0 deletions
12
pages/linux/eu-readelf.md
Normal file
12
pages/linux/eu-readelf.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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 --all {{path/to/file}}`
|
||||
|
||||
- Display the contents of all NOTE segments/sections, or of a particular segment/section:
|
||||
|
||||
`eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}`
|
Loading…
Add table
Reference in a new issue