Why is it that sometimes my program is flagged as a virus for some anti-virus software, when it's not?
Asked
Active
Viewed 312 times
0
-
2http://stackoverflow.com/questions/993671/accidentally-created-a-virus – Josh Lee Mar 19 '10 at 05:19
3 Answers
0
May be your program contains some code snippets which are considered as VIRUS code by anti-virus programs.

Nirmal Singh Raja Reegan
- 367
- 1
- 5
- 13
0
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 :)

Roman Dmitrienko
- 3,375
- 3
- 37
- 48