Windows quarantines PureBasic

Everything else that doesn't fall into one of the other PB categories.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Windows quarantines PureBasic

Post by netmaestro »

I had to create an exception in Windows Security to allow PB to run, it says it has a virus, Trojan:Script/Wacatac.B!ml. Windows called it severe.


// Moved from "Bugs - Windows" to "General Discussion" (Kiffi)
BERESHEIT
User avatar
mk-soft
Always Here
Always Here
Posts: 6246
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Windows quarantines PureBasic

Post by mk-soft »

Not with Avira ...
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: Windows quarantines PureBasic

Post by BarryG »

No issue here on Win 10 Pro. Just had to allow it to run from the SmartScreen prompt. My AV is Windows Defender.

Note: My experience is for the Setup.exe and all exe files used by PureBasic. What file is reported as severe for you? Setup.exe? PureBasic.exe? FAsm.exe? PBCompiler.exe?
Last edited by BarryG on Sat Dec 23, 2023 4:20 am, edited 1 time in total.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Windows quarantines PureBasic

Post by netmaestro »

So does Avira take over for Windows Security and turn it off?
BERESHEIT
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Windows quarantines PureBasic

Post by netmaestro »

Windows Security said Purebasic.exe had a virus.
BERESHEIT
AZJIO
Addict
Addict
Posts: 2191
Joined: Sun May 14, 2017 1:48 am

Re: Windows quarantines PureBasic

Post by AZJIO »

If you use a third-party antivirus program, Windows Defender is disabled. If you temporarily disable the protection of a third-party antivirus, the defender will turn on again. That's why using a third-party antivirus program eliminates some problems with Windows Defender.
User avatar
DeanH
Enthusiast
Enthusiast
Posts: 278
Joined: Wed May 07, 2008 4:57 am
Location: Adelaide, South Australia
Contact:

Re: Windows quarantines PureBasic

Post by DeanH »

I did not have this problem when installing 6.10, but ran into this same false positive for PureBasic_Compilation0.exe . Reported by Windows Defender. It first appears in my history list on Dec 29. The quarantined path was C:\Users\PC\AppData\Local\Temp\PureBasic_Compilation0.exe . I was using PB 6.10 beta 1 with 64-bit ASM to test the new date functions and not saving the one-line source code which was Debug FormatDate("%dd/%mm/%yyyy",Date(1951,12,15,0,0,0)).

I also saw on the same day for the same path a false positive for /Sabsik.FL.A!ml .

There are no reports in my Defender history of any false positives for either of these prior to Dec 29.

Today, Jan 1, I picked up another false positive for Wacatac.B!ml in an old program dated 2017 compiled by PB5.51. It is only happening with one of a dozen exe's compiled at the same date with the same version of PB.

I personally do not think this is a bug as such, but may be caused by the large libraries now included in PB compilations. A very small program I have compiled to 9k with PB6.04 but 148k with PB6.10. Hybrid-Analysis reports most of my PB programs as suspicious or infected citing the large number of normal functions contained in the exe, many of which are not used by my source code.
Little John
Addict
Addict
Posts: 4789
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Windows quarantines PureBasic

Post by Little John »

DeanH wrote: Mon Jan 01, 2024 1:20 am ... but may be caused by the large libraries now included in PB compilations.
The problem is mainly caused by poor anti-virus programs. Use an AV program that is less aggressive, e.g. Panda Dome (free).
User avatar
Piero
Addict
Addict
Posts: 927
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: Windows quarantines PureBasic

Post by Piero »

Dear windows ppl, you are probably loathing me after all the mac sh*t I posted, anyway:

I suspect this can be related to PB's "strange hijacking" of the keyboard… example (mac): option-something would normally produce a weird symbol, but in PB you can set it as shortcut; I witnessed total loss of keyboard just after assigning a shortcut…...

PS: what about https://www.virustotal.com/ ?
Post Reply