snippetbashTip
eu-readelf — Display information about ELF files. More information: <https://manned.org/eu-readelf>.
Viewed 0 times
commandfilesclieu-readelfinformationaboutelfdisplay
linux
Problem
How to use the
eu-readelf command: Display information about ELF files. More information: <https://manned.org/eu-readelf>.Solution
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}}Code Snippets
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}}Context
tldr-pages: linux/eu-readelf
Revisions (0)
No revisions yet.