Page 1 of 1

Simple virus?

Posted: Sun Mar 27, 2011 12:22 pm
by Lunacore
Does someone use DEV-CPP and (actual) Avira?
I created a new console-project with a simple code:

Code: Select all

#include <cstdlib>
#include <iostream>
using namespace std;
int main()
{
    cout<<"test";
    system("PAUSE");
    return EXIT_SUCCESS;
}
After compiling, my Avira tells me, project1.exe is a virus called TR/Gendal.475116.A (by 4 signs in cout) or TR/Gendal.475116.E (by 5 signs in cout).
It does only comes up, when i try to "cout" 4 or 5 signs. In case of 3 or 6, Avira doesn't see it as a trojan.
Can some check this on his machine and tell me, if you had the same problem with Avira and devcpp?

Posted: Sun Mar 27, 2011 1:21 pm
by sudi
thats not a problem with cout actually. The problem is the system call. Its evil and unsafe.

Posted: Mon Mar 28, 2011 6:15 am
by booe
LOL, when I spotted this topic title I tought that you're actually going to WRITE a virus and ship it with Irrlicht!

Posted: Mon Mar 28, 2011 2:42 pm
by lazerblade
Captain technically accurate reminds you that this is *not* a virus, but indeed some other form of malware.

Do I get an award for being the first person to point that out? I mean an award other than a slap in the face. :lol:

Posted: Mon Mar 28, 2011 7:41 pm
by Mel
DevCPP is evil, and thats the proof!!!

Is it reliable Avira?... maybe it is programmed also with DevCPP!... :twisted:

Now, it is really odd. It looks the kind of alert because of failed heuristics. Or else, that you have already a virus, and that in infects your programs even when they are just finished compiling.

Be careful!

Posted: Mon Mar 28, 2011 7:47 pm
by serengeor
Mel wrote:DevCPP is evil, and thats the proof!!!

Is it reliable Avira?... maybe it is programmed also with DevCPP!... :twisted:

Now, it is really odd. It looks the kind of alert because of failed heuristics. Or else, that you have already a virus, and that in infects your programs even when they are just finished compiling.

Be careful!
I agree with Mel.

You should consider switching IDE for sure, many times people got problems with dev-cpp they were suggested to do so, simply because dev-cpp is no longer developed, and may have many problems.

Avira is not the best choice for AV software, tough maybe it could be solved if you'd post it to the dev's of avira, if the problem is on their side.

Posted: Mon Mar 28, 2011 10:37 pm
by pippy3
What lazy ass virus writer called SYSTEM("deltree c:")?

Posted: Tue Mar 29, 2011 7:41 am
by REDDemon
there are still teachers showing how "dev.cpp" is amazing... amazing? O_O that's a DEPRECATED IDE (don't know if IDEs can be deprecated lol).

you can try lots of good free IDE, codewarriors, code::blocks, eclipse, there are also lots of tutorials (irrlicht has also a mingw built wich is very compatible with C::B)

Posted: Tue Mar 29, 2011 9:42 am
by serengeor
REDDemon wrote:there are still teachers showing how "dev.cpp" is amazing... amazing? O_O that's a DEPRECATED IDE (don't know if IDEs can be deprecated lol).

you can try lots of good free IDE, codewarriors, code::blocks, eclipse, there are also lots of tutorials (irrlicht has also a mingw built wich is very compatible with C::B)
My teacher only showed me the "awesome" PASCAL, which had an IDE in my own native language, which made it even more "awesome". Image

Posted: Tue Mar 29, 2011 7:31 pm
by booe
serengeor wrote:
REDDemon wrote:there are still teachers showing how "dev.cpp" is amazing... amazing? O_O that's a DEPRECATED IDE (don't know if IDEs can be deprecated lol).

you can try lots of good free IDE, codewarriors, code::blocks, eclipse, there are also lots of tutorials (irrlicht has also a mingw built wich is very compatible with C::B)
My teacher only showed me the "awesome" PASCAL, which had an IDE in my own native language, which made it even more "awesome". Image
Erm, teacher? You mean your *shepherd*, sheep-cutie?

Posted: Wed Mar 30, 2011 11:19 am
by Sir_Hans
I had a similiar error for an starcraft 2 file. that was a problem from avira. Just update avira today or tomorrow again and the error shouldn't be there anymore. The other people already pointed out what to do else ;)

Worm!!!!!!!!!!!!!!!!!!!!!

Posted: Sat Apr 02, 2011 7:03 am
by Rishikeshan
it maybe a worm like worm.runouce.b ... :roll:

Re: Worm!!!!!!!!!!!!!!!!!!!!!

Posted: Sat Apr 02, 2011 7:28 am
by serengeor
Rishikeshan wrote:it maybe a worm like worm.runouce.b ... :roll:
Heh, I think I've seen this one on my computer long time ago, couldn't remove it because it created other copies of it every time I tried to remove it, also when I tried to remove it from being launched at boot up (deleting its registry keys) it got them back somehow again.
It was a pain in the a**. And I think AV software didn't detect it, or maybe it crashed the AV before it could catch it.. I reinstalled windows that time, but I always seam to get into some troubles with windows. But now I'm happily using linux :)

Posted: Sat Apr 02, 2011 7:39 am
by hendu
Reflections on trusting trust, no?