Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
File 程序化阅读;详情;可执行文件的选项卡_File - Fatal编程技术网

File 程序化阅读;详情;可执行文件的选项卡

File 程序化阅读;详情;可执行文件的选项卡,file,File,我希望读取.exe文件的“详细信息”选项卡中包含的值。至少“说明”下的“标题”值。有人能提供建议吗 谢谢您可能需要这个:。 假设您想查看windows文件 如果您想查看linux文件(不是.exe)-您可能需要这样做:如果您想从批处理文件访问此信息,请考虑使用from SysInternals,例如: > sigcheck.exe accesschk.exe Verified: Signed Signing date: 21:15 18-1-2015

我希望读取.exe文件的“详细信息”选项卡中包含的值。至少“说明”下的“标题”值。有人能提供建议吗

谢谢

您可能需要这个:。 假设您想查看windows文件


如果您想查看linux文件(不是.exe)-您可能需要这样做:

如果您想从批处理文件访问此信息,请考虑使用from SysInternals,例如:

> sigcheck.exe accesschk.exe
    Verified:       Signed
    Signing date:   21:15 18-1-2015
    Publisher:      Microsoft Corporation
    Description:    Reports effective permissions for securable objects
    Product:        Sysinternals AccessChk
    Prod version:   5.21
    File version:   5.21
    MachineType:    32-bit
更多提示请阅读并回答