News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

virus detected with AVG

Started by pacoescriba, February 13, 2013, 09:16:49 PM

Previous topic - Next topic

pacoescriba

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

Jenna

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

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.

fred_76

Hi!

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

Fred