eu-readelf: add page (#12368)

pull/28/head
Managor 2024-04-10 18:54:10 +03:00 committed by GitHub
parent 247aa11b1f
commit 3ac6930785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
pages/linux/eu-readelf.md Normal file
View 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}}`