← 返回命令列表

Linux command

eu-readelf 命令

文件

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Example

eu-readelf [-a|--all] [path/to/file]

Example

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

说明

eu-readelf displays information about ELF (Executable and Linkable Format) files. Part of the elfutils package, it shows headers, sections, symbols, and other ELF metadata. Alternative to GNU readelf with additional features for debugging and analysis.

参数

-a, --all
Display all extractable information
-n, --notes _section_
Display NOTE segments/sections
-h, --file-header
Display file header
-S, --sections
Display section headers
-s, --symbols
Display symbol table
-d, --dynamic
Display dynamic section

FAQ

What is the eu-readelf command used for?

eu-readelf displays information about ELF (Executable and Linkable Format) files. Part of the elfutils package, it shows headers, sections, symbols, and other ELF metadata. Alternative to GNU readelf with additional features for debugging and analysis.

How do I run a basic eu-readelf example?

Run `eu-readelf [-a|--all] [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -a, --all do in eu-readelf?

Display all extractable information