Problem with IE Plugin
-
miércoles, 02 de mayo de 2012 5:13
I have developed an IE Plugin with the help from this tutorials
http://www.codeguru.com/cpp/cpp/cpp_...bjects-BHO.htm
It
is working perfectly fine but in one PC having IOLO antivirus it is recognized
as virus. Can someone help me in resolving this issue?The source code is avilable here and can be downloaded.
http://forums.codeguru.com/attachment.php?attachmentid=29597&d=1335935448
Adeel
Todas las respuestas
-
miércoles, 02 de mayo de 2012 5:38You need to talk to the author of the antivirus. Nobody else can fix the false positive.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
miércoles, 02 de mayo de 2012 5:42
Is there anything that one needs to do with the registry so that it can be considered as safe addin
Adeel
-
miércoles, 02 de mayo de 2012 5:45If there is, nobody but the author decides its location. Sorry we don't have source code nor do we have the time to reverse engineer each and every version of the antivirus to give an exact answer
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
miércoles, 02 de mayo de 2012 6:01
check the version resource in the resource file.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- Marcado como respuesta maverick786us miércoles, 02 de mayo de 2012 6:24
-
miércoles, 02 de mayo de 2012 6:40http://en.wikipedia.org/wiki/Code_signing
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP

