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,20 @@
# checksec
> 检查可执行文件的安全属性。
> 更多信息请访问:<https://github.com/slimm609/checksec.sh>。
- 列出可执行二进制文件的安全属性:
`checksec --file={{path/to/binary}}`
- 递归列出目录中所有可执行文件的安全属性:
`checksec --dir={{path/to/directory}}`
- 列出进程的安全属性:
`checksec --proc={{pid}}`
- 列出正在运行的内核的安全属性:
`checksec --kernel`