Problem with IE Plugin
-
Mittwoch, 2. Mai 2012 05: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
Alle Antworten
-
Mittwoch, 2. Mai 2012 05: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 -
Mittwoch, 2. Mai 2012 05:42
Is there anything that one needs to do with the registry so that it can be considered as safe addin
Adeel
-
Mittwoch, 2. Mai 2012 05: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 -
Mittwoch, 2. Mai 2012 06: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- Als Antwort markiert maverick786us Mittwoch, 2. Mai 2012 06:24
-
Mittwoch, 2. Mai 2012 06: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

