User forums > Help
Kaspersky 2013 x Virus when Build
Andre Lopes:
Hi Guys, im starting to learn C++.
Im an Actual java Programmer, and now im following some video tutorials.
Anyway, as i use to have netbeans installed, i did install some GCC plugins on it, using ming and some others stuff.
Well, when i installed codeblock, with mingw together, i choosed to compile with GCC etc, and it gave me a warning that i had other compilers or something like that.
Anyway again, when i build my new default project, just to test it, kaspersky blocked it :
Trojan.win32.agent.vjxr
Im worried , i know it isnt codeblock is fault, but perhaps by builder have a virus?
What do i do ?
==
FirstProject.exe Detectado(s): Trojan.Win32.Agent.vjxr 06/01/2013 13:27:36 d:\arquivos e programas\MeusProjetosC++\FirstProject\bin\Debug\
Heres the code:
--- Code: ---#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
--- End code ---
MortenMacFly:
--- Quote from: Andre Lopes on January 06, 2013, 04:35:02 pm ---Im worried , i know it isnt codeblock is fault, but perhaps by builder have a virus?
--- End quote ---
Definitely not if you got it from a trusted (or) source. And if you would have searched the forum before posting you would know already.
--- Quote from: Andre Lopes on January 06, 2013, 04:35:02 pm ---What do i do ?
--- End quote ---
Kaspersky is know for false-positive alarms with GNU tools and for developers. Either choose a more intelligent AV solution, or exclude the folder where you are developing in.
Andre Lopes:
--- Quote from: MortenMacFly on January 06, 2013, 04:41:07 pm ---
--- Quote from: Andre Lopes on January 06, 2013, 04:35:02 pm ---Im worried , i know it isnt codeblock is fault, but perhaps by builder have a virus?
--- End quote ---
Definitely not if you got it from a trusted (or) source. And if you would have searched the forum before posting you would know already.
--- Quote from: Andre Lopes on January 06, 2013, 04:35:02 pm ---What do i do ?
--- End quote ---
Kaspersky is know for false-positive alarms with GNU tools and for developers. Either choose a more intelligent AV solution, or exclude the folder where you are developing in.
--- End quote ---
Im sorry, i was just worried with it.
So i shouldnt worry?
I will try to take the file out of quarantine and send to virusTotal.
Lets see what happens. I will post in a while
Thanks m8
Andre Lopes:
Here it is :
https://www.virustotal.com/file/a392dc17ef4926ca89ce2af55b9c5988e8b5499b740e457b41c68a0a7894d1c5/analysis/1357487732/
Should i do something about it or just add in exception ?
MortenMacFly:
--- Quote from: Andre Lopes on January 06, 2013, 04:58:29 pm ---Should i do something about it or just add in exception ?
--- End quote ---
If I were then based n the results you show I would add an exception now and report to Kaspersky as "false-positive and then hope that with one of the next signatures this bogus is gone.
Note that after all this is not a C::B issue and actually does not belong here. Next time, please report to the compiler dev-group.
Navigation
[0] Message Index
[#] Next page
Go to full version