In the past I've seen where Norton antivirus will block a legitimate program from running on Windows 7. I'm under the impression that in order to prevent antivirus programs e.g. Norton from preventing the installation or running of a program, I'll need to have the program codesigned thus marked by Windows as a benign program. What is the process for performing that codesigning in various contexts such as:
- How do I codesign a regular C++ program that I developed using Visual studio?
- Just curious, how do I codesign a program that I created using GCC e.g. using Cygwin?
Thanks.