Malwarebytes gives trojan warning for basic C# “Hello World!” program

后端 未结 3 1845
生来不讨喜
生来不讨喜 2021-02-01 11:34

Basically, I just ran a scan of my computer with Malwarebytes (updated the definitions before running), and it said my \"helloworld\" program written in C# has a trojan.

3条回答
  •  情话喂你
    2021-02-01 12:24

    The problem could be that the Backdoor.MSIL.PGen Trojan is typically called 'hello.exe'. The name of your executable is presumably 'hello.exe' or 'helloworld.exe'.

    Just rename your project or change the output executable to something not containing 'hello', and it should stop detecting it.

    This answer is somewhat speculative, but given the name of your project, and a history of over-aggressive detection of this malware (see here), it seems a reasonable stab.

提交回复
热议问题