On 12/02/2021 22:48, James Richters via fpc-pascal wrote:
    I have no idea how to register a legitimate program as not having a virus.  
I've had this issue before but managed to track down the section of code that 
caused it... after a completely exhaustive search.

Anti virus providers normally have page where you can submit false positives.

For windows defender it seems to be here. (unlike most other AV companies, you need to sign in)
https://www.microsoft.com/en-us/wdsi/filesubmission

Of course that needs the exe to be detected (well I don't know if AV companies accept submissions that are not detected). If you release today, your exe can still be detected as avirus in a few month. Once it is detected, you can submit it.

That may not solve the issue for self build fp.exe .
If the AV whitelists the exact exe, it will fail the next time you build, because fpc includes a timestamp (afaik)
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to