How to prevent my .exe to be recognized as malware?
问题 I have written a little tool a few days ago (see Github project here) that works as a single .exe portable file. It is compiled/linked with: cl mytool.c I have uploaded the .exe on internet, but when people try to download it (direct link here), the file is seen as malware / potential threat, and thus can't be downloaded. ( Note that when disabling antivirus for 10 minutes, it is possible to download it successfully. ) How to compile/link my tool so that my .exe file is seen as potential