add new chinese translations
This commit is contained in:
12
pages.zh/linux/eu-readelf.md
Normal file
12
pages.zh/linux/eu-readelf.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# eu-readelf
|
||||
|
||||
> 显示有关 ELF 文件的信息。
|
||||
> 更多信息:<https://manned.org/eu-readelf>。
|
||||
|
||||
- 显示 ELF 文件中包含的所有可提取信息:
|
||||
|
||||
`eu-readelf --all {{path/to/file}}`
|
||||
|
||||
- 显示所有 NOTE 段/节的内容,或特定段/节的内容:
|
||||
|
||||
`eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}`
|
Reference in New Issue
Block a user