add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View 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}}`