commands.sh

eu-readelf

linux

Display information about ELF files.

More info →

Options (2)

-a, --allboolean

Display all extractable information contained in the ELF file

Example: eu-readelf {{[-a|--all]}} {{path/to/file}}
-n, --notesboolean

Display the contents of all NOTE segments/sections, or of a particular segment/section

Example: eu-readelf {{[-n|--notes]}} {{.note.ABI-tag}} {{path/to/file}}

Examples (2)

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
made by @shridhargupta | data from tldr-pages