Author Topic: virus detected with AVG  (Read 10940 times)

pacoescriba

  • Guest
virus detected with AVG
« on: February 13, 2013, 09:16:49 pm »
I receive an alert about a virus (Troyano Agent4.QSX) of my antivirus software (AVG Free). I'm installed the codeblocks-12.11mingw-setup_user.exe program, from sourceforge

When i run my first executable (make a console project and run) i've the alert from antivirus

I think it's a false positive from my antivirus but it's a good idea that you know it in order to check it and talk with AVG

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: virus detected with AVG
« Reply #1 on: February 13, 2013, 09:26:48 pm »
It's already known and it's discussed several times in this forum.
Please use the search before starting a new topic.

Thank you!

zabzonk

  • Guest
Re: virus detected with AVG
« Reply #2 on: February 13, 2013, 09:28:03 pm »
Code::Blocks doesn't generate any code that could be wrongly spotted by your AV software - the linker you are using does that, so you should report problems like this to the the project that implemented your linker, probably in this case GCC.

Offline fred_76

  • Single posting newcomer
  • *
  • Posts: 4
Re: virus detected with AVG
« Reply #3 on: July 28, 2014, 10:38:55 am »
Hi!

I found a way to avoid this false alarm without changing AVG, it is here on the forum :
http://forums.codeblocks.org/index.php/topic,19491.0.html

Fred