Options (2)
-a, --allbooleanDisplay all extractable information contained in the ELF file
Example:
eu-readelf {{[-a|--all]}} {{path/to/file}}-n, --notesbooleanDisplay 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/fileDisplay the contents of all NOTE segments/sections, or of a particular segment/section
eu-readelf [-n|--notes] .note.ABI-tag path/to/filemade by @shridhargupta | data from tldr-pages