开发者

Program sometimes flagged as virus

开发者 https://www.devze.com 2022-12-23 16:38 出处:网络
W开发者_StackOverflow社区hy is it that sometimes my program is flagged as a virus for some anti-virus software, when it\'s not?Are you talking about false positives?May be your program contains some c

W开发者_StackOverflow社区hy is it that sometimes my program is flagged as a virus for some anti-virus software, when it's not?


Are you talking about false positives?


May be your program contains some code snippets which are considered as VIRUS code by anti-virus programs.


Antivirus protection systems often use heuristic algorithms that may give false postivies sometimes. Maybe your program has a certain set of suspicious function calls, specific low-level instructions or whatnot. Networking is likely to cause an antivirus alarm as well :)

0

精彩评论

暂无评论...
验证码 换一张
取 消