Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/145.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
C++ /已启用完整性检查-Windows Defender阻止自签名exe_C++_Self_Code Signing Certificate_Makecert_Windows Defender - Fatal编程技术网

C++ /已启用完整性检查-Windows Defender阻止自签名exe

C++ /已启用完整性检查-Windows Defender阻止自签名exe,c++,self,code-signing-certificate,makecert,windows-defender,C++,Self,Code Signing Certificate,Makecert,Windows Defender,我已经为C++exe启用了/INTEGRITYCHECK链接器选项。并使用makecert创建了自签名测试证书,并使用CertMgr将其添加到受信任的根目录中。使用带有此测试证书的Signtool对exe进行签名。但当我运行已签名的exe时,它会被Windows Defender阻止 我正在使用此处的说明: 实际上,自签名exe应该通过/INTEGRITYCHECK或任何其他依赖项?请帮我做这件事

我已经为
C++
exe启用了
/INTEGRITYCHECK
链接器选项。并使用
makecert
创建了自签名测试证书,并使用
CertMgr
将其添加到受信任的根目录中。使用带有此测试证书的
Signtool
对exe进行签名。但当我运行已签名的exe时,它会被
Windows Defender
阻止
我正在使用此处的说明:

实际上,自签名exe应该通过
/INTEGRITYCHECK
或任何其他依赖项?请帮我做这件事