Hi,
Today I wrote a C console program for user interactive menu testing ( an Option Menu before the next step ) in console mode.
Everything is okay when I debug it without user interactive menu ( Directly run through to the end of the function ).
But after I’ve added the interactive mechanism and start to debug the program, the Avast alerted!!!
What I’ve add to the code is just ‘#include <conio.h>’, use ‘int c = getch();’, and of course some logical statements.
Avast told me that my test program ( xxx.exe ) is infected with virus Win32:Evo-gen[Susp] !!
I can’t continue to debug my program anymore, because there’s no option to skip this warning, it force me to do something.
( Delete / Isolate / Intercept … I translate these options from my language. )
And then I think I only have just one option - Click the top-right ‘X’ to close the warning dialog.
( I think the Avast then put my program to the isolation region. )
Any suggestions to solve this or could you do something to not let this happen again?
It’s just a simple console program…