Jump to content

HEUR:Trojan-Spy.Win32.Stealer.gen because of simple C++ Code


Go to solution Solved by Alex_X1,

Recommended Posts

Hello, I am learning C++ at the moment and I noticed something. Every time I compile my Program with MSVC and the following lines of code, I get a HEUR:Trojan-Spy.Win32.Stealer.gen detection. 

auto result = (10 <=> 20) > 0;
std::cout << result << std::endl;

 

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...