trojan alert since the latest version 6.11

Everything else that doesn't fall into one of the other PB categories.
H-QueST
New User
New User
Posts: 8
Joined: Sat Mar 25, 2023 8:36 am

trojan alert since the latest version 6.11

Post by H-QueST »

Hi,

I get a trojan alert since the latest version 6.11 during compiling/start (f5) in Purebasic_Compilation[..].exe named Win64:Evo-gen[Trj] by AVG (or Avast - same Company).

If I'm starting 6.10 there is no Virus-alert.
I'm not sure wether it's a false negative.

Thank's for help!

// Moved from "The PureBasic Editor" to "General Discussion" (Kiffi)
H-QueST
New User
New User
Posts: 8
Joined: Sat Mar 25, 2023 8:36 am

Re: trojan alert since the latest version 6.11

Post by H-QueST »

I wanted to write:
I'm not sure wether it's a false positive.
User avatar
Caronte3D
Addict
Addict
Posts: 1355
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: trojan alert since the latest version 6.11

Post by Caronte3D »

Add the folder where your PB write and execute .EXEs to the exception on your anti-virus program.
False positives are very frequents on PB EXEs, because AV programs are a bull shit :D
H-QueST
New User
New User
Posts: 8
Joined: Sat Mar 25, 2023 8:36 am

Re: trojan alert since the latest version 6.11

Post by H-QueST »

Hi Caronte3D,
this is exactly what I did. But in spite of the folder exception I get always the same trojan alert.
At the moment I'am working better with Version 6.10.

I should use a isolated VM for coding...
User avatar
NicTheQuick
Addict
Addict
Posts: 1504
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: trojan alert since the latest version 6.11

Post by NicTheQuick »

That's totally normal for many developers that compile their code into binaries.
Anti viruses are bullshit and annoying as hell. Just uninstall it completely if you know what you are doing. Just keep your system and applications up to date and you should be fine. Everything else are zero day vulnerabilities where even the best anti virusses can not help you with.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
Quin
Addict
Addict
Posts: 1124
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: trojan alert since the latest version 6.11

Post by Quin »

NicTheQuick wrote: Tue Jul 16, 2024 11:41 am That's totally normal for many developers that compile their code into binaries.
Anti viruses are bullshit and annoying as hell. Just uninstall it completely if you know what you are doing. Just keep your system and applications up to date and you should be fine. Everything else are zero day vulnerabilities where even the best anti virusses can not help you with.
Agreed, just uninstall your anti-virus and use the stock Windows security. I tend to turn off cloud-delivered protection, but after that I don't get many false positives with it.

Well, except some text files that one time...
Fred
Administrator
Administrator
Posts: 18154
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: trojan alert since the latest version 6.11

Post by Fred »

The best is to submit this file to AVG so they can fix there wrong detection
BarryG
Addict
Addict
Posts: 4123
Joined: Thu Apr 18, 2019 8:17 am

Re: trojan alert since the latest version 6.11

Post by BarryG »

NicTheQuick wrote: Tue Jul 16, 2024 11:41 amJust uninstall it completely if you know what you are doing.
That's not a solution, IMO, because your users won't have done that; so you'll get support emails from them and/or bad-mouthing of your app to others. Speaking from direct negative experience here. :( It's best to keep your AV enabled so at least you'll know what experience your users will get, and so you can pro-actively white-list it with the relevant AV companies before releasing it. Turning off your AV is just burying your head in the sand.
H-QueST
New User
New User
Posts: 8
Joined: Sat Mar 25, 2023 8:36 am

Re: trojan alert since the latest version 6.11

Post by H-QueST »

The problem has been solved.
I am already working on a VM with Purebasic.
However, the virus protection of the host computer was also set to scan the VM. As a result, the temporary purebasic exe was deleted in the background. The solution is to disconnect the VM from the host computer access.
Post Reply