Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: pacoescriba on February 13, 2013, 09:16:49 pm

Title: virus detected with AVG
Post by: pacoescriba 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
Title: Re: virus detected with AVG
Post by: Jenna 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!
Title: Re: virus detected with AVG
Post by: zabzonk 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.
Title: Re: virus detected with AVG
Post by: fred_76 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