Questions tagged «false-positive»

3
Malwarebytes对基本C#“ Hello World!”发出木马警告。程序
基本上,我只是用Malwarebytes扫描了我的计算机(在运行之前更新了定义),它说我用C#编写的“ helloworld”程序有一个木马。 我知道这是一个误报,因为我只在2-3天前编写了该程序,然后跟随一个小型教程网站制作了我信任的程序。我是C#的新手,但是我看不到任何会发出特洛伊木马警告的东西。 该程序标记可执行文件,但不标记源文件。 using System; namespace HelloWorldApplication { class HelloWorld { static void Main(string[] args) { Console.WriteLine("\n\tHello World!"); Console.WriteLine("This is my first C# program.\nI'm so proud of myself!"); Console.WriteLine("\tTeehee!"); } } } 这是用Notepad ++编写的代码,它是从命令行运行的(实际上是Cygwin)。为什么要标记呢?作为一个崭新的C#程序员,我应该知道吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.