AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Off-Topic (https://forums.alliedmods.net/forumdisplay.php?f=15)
-   -   CPP, Antivirus Alert (https://forums.alliedmods.net/showthread.php?t=252124)

Albanian Zombie 11-26-2014 10:45

CPP, Antivirus Alert
 
Hello there!
I was playing around with the code below(it's in the book I'm learning C++ from)...
Code:

#include <iostream>
   
using namespace std;
         
int main()

{
    cout << "Hello Univers!" <<endl;
    cout << "Test" <<endl;
}

...added another line(with red), when I pressed F9 to compile it, antivirus pop out saying it's a virus(not a big deal, I just wanna know why it happened).

Why?

Antivirus: AVG 2015 Latest Version.

Phant 11-26-2014 12:41

Re: CPP, Antivirus Alert
 
You should send this report to Anitivirus authors, not on AlliedModders board :).

meTaLiCroSS 11-26-2014 14:31

Re: CPP, Antivirus Alert
 
Quote:

Originally Posted by Phant (Post 2228498)
You should send this report to Anitivirus authors, not on AlliedModders board :).

He's asking why antivirus thinks that code can be malicious, talking in a programming way

YamiKaitou 11-26-2014 14:41

Re: CPP, Antivirus Alert
 
Since we don't know what it detected it as, who knows

Phant 11-26-2014 15:02

Re: CPP, Antivirus Alert
 
I heard that some antiviruses have terrible condition for detect "malicious files" — small size of executable file :). And I think it's same case.
We have clean executable (if some virus not "infect" file instantly after compilation). So, we can't apply any signature to this.

Albanian Zombie 11-28-2014 07:36

Re: CPP, Antivirus Alert
 
@Phant, Send this report to some million dollar company with more than 110 million customers worldwide and wait 2-4 months until they see it and reply again.

@YamiKaitou, It detected it as a malware that can steal my computer history!

ANTICHRISTUS 11-28-2014 07:52

Re: CPP, Antivirus Alert
 
Quote:

Originally Posted by Albanian Zombie https://forums.alliedmods.net/images...s/viewpost.gif
Why?
false detection, false positive or whatever it's called.. Anti-stuff (antiviruses, anticheats, antichrists, etc.). can't really be 100% reliable.

I remember two times when Avira has detected a virus callled "hlds.exe" just after some steam updates (problem was solved in the next steam update, 24 hours later).
Quote:
Quote:

Originally Posted by Albanian Zombie https://forums.alliedmods.net/images...s/viewpost.gif
@YamiKaitou, It detected it as a malware that can steal my computer history!
my computer's history starts from before the stone age, fortunately it's also available in some external drives.

[SPAM]Paranoļa !!.. antiviruses, VAC, Cloudfire, all are crazy LOL.[/SPAM]

claudiuhks 11-28-2014 09:32

Re: CPP, Antivirus Alert
 
Quote:

Originally Posted by YamiKaitou (Post 2228556)
Since we don't know what it detected it as, who knows

They just think that program was made by some kind of weirdos, just by searching for such words: "Hi World" and "Hello World". Furthermore, there is no version as an attribute for the project, I guess. So no author, no date and no version - of course not a signed code.

Have you tried www.virustotal.com ?

YamiKaitou 11-28-2014 09:35

Re: CPP, Antivirus Alert
 
Quote:

Originally Posted by Albanian Zombie (Post 2229057)
@YamiKaitou, It detected it as a malware that can steal my computer history!

What kind of malware? What was the exact detection method (you can check your logs to see it again)

Albanian Zombie 11-28-2014 12:24

Re: CPP, Antivirus Alert
 
@ANTICHRISTUS, I thought that 2015 after the name AVG was going to fix all the bugs the antivirus has.

@claudiuhks, just tried it and it wasn't detected as a virus.

@YamiKaitou, can't find it, last thing registered is an update I made two days ago.

In the moment I pressed F9 there was a window that usually pops out when I download some virus(it opens automatically), it automatically scans everything new in the computer.


All times are GMT -4. The time now is 14:44.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.