# eu-readelf > 显示有关 ELF 文件的信息。 > 更多信息:。 - 显示 ELF 文件中包含的所有可提取信息: `eu-readelf --all {{path/to/file}}` - 显示所有 NOTE 段/节的内容,或特定段/节的内容: `eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}`