5.4.2. Using the annocheck program
You can use annocheck to examine files, directories, RPM packages, and extra tools.
annocheck recursively scans directories, archives, and RPM packages for ELF object files. The files have to be in the ELF format. annocheck does not handle any other binary file types.
5.4.2.1. Using annocheck to examine files 复制链接链接已复制到粘贴板!
To verify hardening options and build security notes of ELF files, examine the files by using the annocheck tool.
Procedure
To examine a file, use:
$ annocheck file-nameReplace file-name with the name of a file.
注意The files must be in ELF format.
annocheckdoes not handle any other binary file types.annocheckprocesses static libraries that contain ELF object files.