开发者

Application shown as threat by AVG

开发者 https://www.devze.com 2023-03-12 02:14 出处:网络
I am working on project in VB.Net that includes Socket Communication and embedded HTTPListeners, this is开发者_如何学Go a group of applications that intercommunicate using Sockets. My problem is from

I am working on project in VB.Net that includes Socket Communication and embedded HTTPListeners, this is开发者_如何学Go a group of applications that intercommunicate using Sockets. My problem is from few days I received report of Anti-virus (AVG) showing one of executable as threat.

Looking into the matter I was thinking to replace sockets with NamedPipes but still http listener would remain there.

How can I solve this problem


As you explained your application remains hidden, does network activity this makes your application to blocked by firewalls (security applications). If you don't need network access consider other means of IPC (like namedpipes as you said) than sockets as you don't have to bother for port already being used type of errors.

but as others suggested you should send them your executable, stating as false positive.

This link contains information to submit your application to AVG and other security vedors.


I assume your code does not do bad thing so I would actually not change anything. Why should you try and workaround an overly sensitive tool? Contact AVG and submit it as false positive.


You should send them your executable, stating it is detected a as threat, which is a false positive.


Add some installation code to simply disable AVG or uninstall it. That should learn them not to give false positives.

This is not a serious answer though!

0

精彩评论

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