AntiVir false virus alert

Everything else that doesn't fall into one of the other PB categories.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

AntiVir false virus alert

Post by PB »

When I try to compile the following code, I get a virus alert with Avira AntiVir.
Maybe Fred needs to contact them to fix the problem? Can anyone confirm
that it happens to them with AntiVir?

Code: Select all

f=LoadImage(0,f$)

If f
  ivw=ImageWidth(0) : ivh=ImageHeight(0)
  If OpenWindow(0,0,0,ivw,ivh,GetFilePart(f$),#PB_Window_ScreenCentered|#PB_Window_SystemMenu)
    StickyWindow(0,#True) : ImageGadget(0,0,0,ivw,ivh,f)
    Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
  EndIf
EndIf
Image
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
cxAlex
User
User
Posts: 88
Joined: Fri Oct 24, 2008 11:29 pm
Location: Austria
Contact:

Post by cxAlex »

Can't Confirm. No Problems.

Avira AntiVir 8.2.0.337, XP Pro x86, PB 4.3 x86, With/Without Debugger, With/Without UPX.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I have alerted them about this already, and they know it's a false positive.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: AntiVir false virus alert

Post by Joakim Christiansen »

PB wrote:Maybe Fred needs to contact them to fix the problem?
Happens a lot with me too. But I don't think Fred should always be the one who have to do something about it, we as users can report it to the anti-virus companies as well. I once e-mailed 3-4 companies about a false positive, and actually two of them answered back I think (not bad).
I like logic, hence I dislike humans but love computers.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Avira Antivir has found 11 false viruses (different tailbite and purebasic versions) on my pc.
bye,
Daniel
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: AntiVir false virus alert

Post by PB »

> we as users can report it to the anti-virus companies as well

Do you just send the temp exe? What do you do?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: AntiVir false virus alert

Post by DarkDragon »

PB wrote:> we as users can report it to the anti-virus companies as well

Do you just send the temp exe? What do you do?
I write comments on the virus-site (You can click somewhere then you'll get to the virus site of the virus alert you got.). But they don't react on it afaik.
bye,
Daniel
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: AntiVir false virus alert

Post by Trond »

PB wrote:> we as users can report it to the anti-virus companies as well

Do you just send the temp exe? What do you do?
Send them the exe. They usually have an upload form on their website.
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

http://analysis.avira.com/samples/index.php

I did it once, and I got an answer the next day -> next update, everything was okay.
PureBasic for Windows
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> http://analysis.avira.com/samples/index.php

Thanks for the link. However, when I create an exe, it doesn't get flagged as
a virus anymore, but it does if I Compile/Run it from the IDE itself! Weird. :shock:
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

A user reported that Avast is giving a false positive on the new Compiler.exe included with PureGDK 1.1 Beta. I've reported this issue to them but have no received a response.

The executable is compiled to a console application, if that helps.
Thanks for the link. However, when I create an exe, it doesn't get flagged as a virus anymore, but it does if I Compile/Run it from the IDE itself! Weird. Shocked
You can save the debug exe by copying it from the temp directory. You can then provide it as evidence in your report.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

I mean, somewhere must be a limit with "include your exe when reporting a false alert"

... hey, when someone wants to create a commercial application or game,
why the heck should he send it for free to the virus jesters?

Imagine Rooks fine and expensive Cash program, do you think he is hot to spread it among the AV companies?
oh... and have a nice day.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Actually, I just sent the Compiler.exe. It's the same thing that's freely available with the demo.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

Mistrel wrote:Actually, I just sent the Compiler.exe. It's the same thing that's freely available with the demo.
Image
oh... and have a nice day.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

According to Avast:
Dear Matt,

we apologize for the inconvenience. The problem will be solved with tomorrow's virus definition update.


Thanks
Post Reply