Jump to content

Recommended Posts

I found that a normal:

 

https://cloud . mail. ru/public/ty1A/kLEbHQ7a7

 

That simply displays a message is recognized by Kaspersky as a trojan (Trojan.Win32.Bsymem.gen).

 

Do you think this is normal?

 

Content:

#include <windows.h>

int main()
{
    ShowWindow(GetConsoleWindow(), SW_HIDE);
    MessageBox(NULL, L"Hello!", L"ConsoleApplication1", MB_OK);
    return 0;
}
Link to comment
Share on other sites

55 minutes ago, Dmitry Stark said:

Moderator incorrectly edited the text of the message, completely distorting its meaning. I meant that a normal console application that doesn't do anything bad detected as a trojan.

I haven't changed nothing of Your msg, just removed the direct link to possible malware, it does not mind if just a normal console app or not, direct links are not allowed.

  • Like 1
Link to comment
Share on other sites

15 минут назад, harlan4096 сказал:

I haven't changed any of Your msg, just removed the direct link to possible malware, it does not mind if just a normal console app or not, direct links are not allowed.

I didn't mean it. Take a look at the text of the post you edited. Was it possible to edit the text normally?
For example:

I found that a normal console application that simply displays a message is recognized by Kaspersky as a trojan (Trojan.Win32.Bsymem.gen).


https://cloud . mail. ru/public/ty1A/kLEbHQ7a7

...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...