Jump to content

Kaspersky marks even the simplest compiled C++ code as malware


Recommended Posts

Hi,

I've compiled this code:

#include <iostream>
 
int main(){
    auto result = (10 <=> 20) > 0;
    std::cout << result << std::endl;
}

The code pretty much does nothing at all, let alone anything malicious. Kaspersky marks the resultant exe file as Sdum.gen trojan.

Link to comment
Share on other sites

@AlmX Additionally :

⚠️ Only if you trust the object please try this ⚠️

  • Disabled option : Settings > General > Perform recommended actions automatically
  • Kaspersky will ask you to decide which action to take on detected objects
  • Choose  for “Quarantine”
  • Restore the  quarantined object
  • Create an exclusion rule for the object
  • Enable option : Settings > General > Perform recommended actions automatically
  • Reboot
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...