Recent

Author Topic: Virus warning Lazarus download....  (Read 12047 times)

piXelicidio

  • Newbie
  • Posts: 3
Virus warning Lazarus download....
« on: October 15, 2010, 03:01:30 am »
I Just downloading Lazarus to install it for first time  :)
... and Nod32 show me this alert:

F:\_px\zInstall\programming\Copy of lazarus-0.9.28.2-fpc-2.2.4-win32.exe » INNO » file3437.bin - probably a variant of Win32/Agent.BWVFAGP trojan


 :(

I use the official link of course:
http://sourceforge.net/project/showfiles.php?group_id=89339

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: Virus warning Lazarus download....
« Reply #1 on: October 15, 2010, 07:44:49 am »
Did you complain with the antivirus software provider?

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: Virus warning Lazarus download....
« Reply #2 on: October 15, 2010, 11:27:49 am »
Reading it makes me laugh.  Impossible.  Dont believed that.

ivan17

  • Full Member
  • ***
  • Posts: 173
Re: Virus warning Lazarus download....
« Reply #3 on: October 15, 2010, 10:41:13 pm »
ignore that. today's stupid antivirus programs bitch about anything - you compress your exe (that's why i don't use aspack) and users get trojan warnings in red letters; most anti-cracking solutions result in trojan warnings; also some non-everyday capabilities...

besides, there is no file3437.bin in the installer (you can use innounp.exe to unpack it manually). i don't have nod but i'm guessing it's the debugger that got the nod falsely excited.

BlueIcaro

  • Hero Member
  • *****
  • Posts: 834
    • Blog personal
Re: Virus warning Lazarus download....
« Reply #4 on: October 15, 2010, 10:48:43 pm »
My antivirus, Avast, doesn't find any virus in lazarus package.

/BlueIcaro

benohb

  • Full Member
  • ***
  • Posts: 218
Re: Virus warning Lazarus download....
« Reply #5 on: October 16, 2010, 12:28:01 am »
Virus....؟  :-X  Try programming with Linux  
« Last Edit: October 16, 2010, 12:29:39 am by benohb »

davesimplewear

  • Sr. Member
  • ****
  • Posts: 321
    • Davids Freeware
Re: Virus warning Lazarus download....
« Reply #6 on: October 16, 2010, 10:56:29 am »
 :D I remeber those things .... viruses ... hmmm a long time ago since I gave up  >:D windoze
All things considered insanity seems the best option

Zaher

  • Hero Member
  • *****
  • Posts: 683
    • parmaja.org
Re: Virus warning Lazarus download....
« Reply #7 on: October 16, 2010, 07:49:19 pm »
:D I remeber those things .... viruses ... hmmm a long time ago since I gave up  >:D windoze
That because Linux need a Virus to same the distribution or Open Source virus compiled after infected :D

piXelicidio

  • Newbie
  • Posts: 3
Re: Virus warning Lazarus download....
« Reply #8 on: October 18, 2010, 03:01:08 am »
Thanks!  :D

It just say "probably", maybe is wrong, it happen sometimes!

I just want to be sure.

 :)
« Last Edit: October 18, 2010, 03:02:54 am by piXelicidio »

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12301
  • Debugger - SynEdit - and more
    • wiki
Re: Virus warning Lazarus download....
« Reply #9 on: October 18, 2010, 10:26:32 am »
Well you are right to ask, if you do not know the project....

you can do additional checks:
http://www.virustotal.com/
or google for online scans

But as others pointed out, there are regular false positives.

gdb (the debugger) can cause them, as like every debugger, it needs to intercept the debugged process. Intercepting another process is more or less what a virus does too. except the debugger does it with your permission and knowledge...

upx (an executable packer). it packs your executable code. So it has routines that can modify the code. Some viruses do that. viruses do it for encryption, so the code can not be seen/scanned that easily.

 

TinyPortal © 2005-2018