Accidentally created a virus?

后端 未结 17 1255
小蘑菇
小蘑菇 2020-12-02 12:27

I\'ve seen it happen reasonably often: I write an application in Delphi and when I compile it, the virus-scanner tells me that I\'ve created a virus and then immediately del

17条回答
  •  Happy的楠姐
    2020-12-02 12:32

    This is not that uncommon when using non-standard compilers or when doing fancy low-level stuff: I remember creating false positives when I dabbled in OS-development: AntiVir didn't like some of my flat binaries.

    Recently, there's been a post about such a problem at the tinyCC mailing list regading AVG.

提交回复
热议问题