Answer the question
In order to leave comments, you need to log in
The antivirus swears at "Hello world". False alarm?
I decided to study the C language. Initial data - Win7 64 bit, Avast antivirus, MinGW compiler.
There are two versions of the self-written Halloweenworld:
1.
#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}
#include <stdio.h>
void main() {
printf("Hello world!\n");
}
Answer the question
In order to leave comments, you need to log in
I think it's a false positive heuristic. As it used to be for all antiviruses with programs written in Borland 6. Of course, there is a possibility that you downloaded some kind of left mingw from somewhere, which inserts malicious code into the program. But this is unlikely. Just in case, send the file to https://www.virustotal.com/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question