Accidentally created a virus?

后端 未结 17 1254
小蘑菇
小蘑菇 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条回答
  •  一向
    一向 (楼主)
    2020-12-02 12:49

    It happened to me too. Hooking keyboard will trigger almost any heuristic scanning AV software to report a key logger. There are probably many other system calls which will trigger it too. Solution - try to redesign your code or contact the AV manufacturer to include your software into exception list.

提交回复
热议问题