ocra
ocra copied to clipboard
ocra output recognized as Trojan:Win32/Azden.A!cl
I am having an issue with the ocra output, after it is built on our teamcity server, when I try to download it as an artifact, it is immediately "recognized" as Trojan (Trojan:Win32/Azden.A!cl) and removed.
I am downloading to: Windows 10 Chrome v63 Windows defender Antivirus ocra 1.3.10
Is there any way to sign the output, or what is the recommended workaround?
Same happening here.
Hi, any update regarding this by any chance? Does anybody know if signing the executable with a certificate would eliminate the problem with antivirus software?
The only workaround I have found so far is building it again. If that doesn't work, add a few line breaks in the code, and build again. After a few tries, I usually end up with something that is accepted. Not a great workaround, but it usually works...
@victords: I think signing should prevent it from happening based on what I have found elsewhere, but Ruby is not really my expertise, so I don't really know how to do that.
Hey @EwaRvr , thanks for the tip, I'll try it.