How to sign Visual Studio “Empty Project” executable for /integritycheck linker flag
问题 I have a C++ program on visual studio that requires the linker flag '/integritycheck'. When I enable this flag, i cannot run the program due to not the file not being verified by windows. I have looked across the web for ways to create test signing certificates, and they all end the same way; The file was not able to be verified by windows. I'm running Visual Studio 2013 community on Windows 7. Just some of the sources I've looked at and followed through to the best of my ability: https://www