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)
trojan alert since the latest version 6.11
Re: trojan alert since the latest version 6.11
I wanted to write:
I'm not sure wether it's a false positive.
I'm not sure wether it's a false positive.
Re: trojan alert since the latest version 6.11
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
False positives are very frequents on PB EXEs, because AV programs are a bull shit

Re: trojan alert since the latest version 6.11
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...
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...
- NicTheQuick
- 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
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.
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.
Re: trojan alert since the latest version 6.11
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.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.
Well, except some text files that one time...
Re: trojan alert since the latest version 6.11
The best is to submit this file to AVG so they can fix there wrong detection
Re: trojan alert since the latest version 6.11
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.NicTheQuick wrote: Tue Jul 16, 2024 11:41 amJust uninstall it completely if you know what you are doing.

Re: trojan alert since the latest version 6.11
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.
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.