PureBasic 6.11 LTS RunProgram() false positive

Everything else that doesn't fall into one of the other PB categories.
PC1512
New User
New User
Posts: 4
Joined: Thu Sep 12, 2024 12:51 pm

PureBasic 6.11 LTS RunProgram() false positive

Post by PC1512 »

Hello,

with pb 6.11 LTS on windows 10 64bits if I do "Compile/Execute" the program below, Sophos AV delete the temporay compile exe file.

Code: Select all

RunProgram("notepad.exe")
If I do juste "Make Executable" and I manualy execute the program this work fine and Sophos AV does not detect anything.

With pb 6.10 LTS no problem if I do "Compile/Execute", it's run fine (no Sophos Alert)

But If I pass the 2 exe in VirusTotal site, seven threats are found in exe compile with pb6.10 and five threats are found in exe compile with pb6.11.

Is it possible to correct this problem in a future version avec pb ? Fred ?
Windows 10 Professionnel 64bits / Linux Debian
PureBasic 6.20 (Windows - x64 / Linux Debian)
Little John
Addict
Addict
Posts: 4789
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.11 LTS RunProgram() false positive

Post by Little John »

PC1512 wrote: Thu Sep 12, 2024 1:24 pm Is it possible to correct this problem in a future version avec pb ? Fred ?
PureBasic is not responsible for the mistakes of antivirus programs.
This has been discussed here several dozen times, BTW.
Fred
Administrator
Administrator
Posts: 18220
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.11 LTS RunProgram() false positive

Post by Fred »

Please send your exe to Sophos so they can fix their faulty AV.
BarryG
Addict
Addict
Posts: 4173
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic 6.11 LTS RunProgram() false positive

Post by BarryG »

@PC1512 (and any lurking guests): as mentioned above, false positives are NOT PureBasic's fault and are not a PureBasic bug to be fixed. Pretty much every programming language gets false-positives, including C#, C++, Delphi, and Python. Have a read of some non-PureBasic developers who also have false-positive problems -> https://www.google.com/search?q=false+p ... erflow.com
User avatar
jacdelad
Addict
Addict
Posts: 2010
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: PureBasic 6.11 LTS RunProgram() false positive

Post by jacdelad »

Since this is the 100th or so post about that topic, maybe it's possible to blend in a box when posting for the first 10 times or so, telling the new users some basic stuff like this, using .i instead of .l for pointers and such?
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Post Reply