Prevent my program from being flagged as malware

Posted by user120242 on Stack Overflow See other posts from Stack Overflow or by user120242
Published on 2010-04-01T04:24:50Z Indexed on 2010/04/01 4:33 UTC
Read the original article Hit count: 258

I know that this kind of behavior should be avoided in a publicly deployed program, but it's necessary. I do some hooking of process creation and file/registry I/O, and unpacking. I still trip a heuristic here and there, and I'm worried about future detections.

Could I just contact as many AV vendors as I can, submit my program, and provide a link to my program being served publicly? Would it be possible to convince AV vendors to "whitelist" it? Does anyone perhaps have a list of places to submit false positives?

Another problem I have is with people who don't update their malware scanners. There seems to be many people who just have old malware defintions and never bother to update. Is there anything that can be done about this? Or, if not, a way to check older definitions so I can locate what is being tripped, so I can try to avoid using that code?

© Stack Overflow or respective owner

Related posts about antivirus

Related posts about false-positive