Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Travis Siegel via fpc-pascal
How it's done in FPC I don't know, but in other language tools I use, it requires a resource file with spefic information in it.  I can never remember all the details, so I have to keep a template resource file around with the required information in it, and change it for each program  work on.

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Martin Frb via fpc-pascal
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 normal

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread James Richters via fpc-pascal
How does one sign an executable? From: fpc-pascal On Behalf Of Dmitry Boyarintsev via fpc-pascal Sent: Friday, February 12, 2021 4:28 PM To: FPC-Pascal users discussions Cc: Dmitry Boyarintsev Subject: Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program Are signed executa

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread James Richters via fpc-pascal
The problem I have had is when programs I compile generate a false virus detection.. sure on my own computer I can just disable that directory from the virus scanner but it becomes a problem when I release it to my customers and their virus scanners quarantine it. I have no idea how to registe

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Dmitry Boyarintsev via fpc-pascal
Are signed executables subject to anti-virus inspection? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Graeme Geldenhuys via fpc-pascal
On 12/02/2021 4:17 pm, Bart via fpc-pascal wrote: > I exclude the folders where fpc/lazarus reside from scanning. > Also the folders where I develop my programs. > If you don't you're bound to get strange bugs and thing like this. Yes, that's a very good idea. We do the same at work for our Java,

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Bart via fpc-pascal
On Fri, Feb 12, 2021 at 9:10 AM Alexander Bunakov via fpc-pascal wrote: > As of trunk r48648, Windows Defender deletes fp.exe after compilation > because it considers it an infected file. It claims that fp.exe is > infected with Trojan:Win32/Fuerboos.E!cl and quarantines the file. I exclude the

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Winfried Bartnick via fpc-pascal
Not only Windows Defender: After a compiler  run sometimes BitDefender moans (seldom) that the binary is some malware. Adding (or deleting) some code, another compiler run  and the phantom is gone. The Anti-Virus programs use a heuristic because of the immense ammount of malware and virus.

Re: [fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Alexander Grotewohl via fpc-pascal
Unfortunately from what I've read just using certain Windows APIs is enough to get an executable flagged. Probably nothing to be too concerned about. -- Alexander Grotewohl https://dcclost.com From: fpc-pascal on behalf of Alexander Bunakov via fpc-pascal Sent

[fpc-pascal] Windows Defender considers fp.exe a malicious program

2021-02-12 Thread Alexander Bunakov via fpc-pascal
Hello all, As of trunk r48648, Windows Defender deletes fp.exe after compilation because it considers it an infected file. It claims that fp.exe is infected with Trojan:Win32/Fuerboos.E!cl and quarantines the file. Anyone else is experiencing this? Any idea why is this happening? -- Regards,