-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby project packed with Ocra is generating false positives on virus scanners. #175
Comments
Check the history of closed issues. Specifically #115. This is a recurring issue. |
There is another issue, it appears exes are coming out unsigned as well now and windows doesn't really like that. This didn't start happening until recently. |
I just experienced this on Windows 10 with Windows defender on security intelligence version 1.357.375.0. It is being marked as I have submitted my executable to Microsoft (it's just for a school project) to hopefully see if an analyst there will review it and fix it on their end. I'm not totally sure what is causing it to be flagged. I will report back here the results. so far the automatic scanner on the cloud reported it as a I submitted it here if anyone is curious and wants to submit theirs for analysis, you can set an expiry date so the executable doesn't sit on their servers forever: |
So it appears I received a response back from Microsoft and they removed the false positive. After updating Windows Defender this problem seems to have finally stopped propping up even with modifications to my application. Anyone who is experiencing this problem still with other virus scanners, I recommend submitting an example application built with OCRA to that virus scanner's submission program, if they have one, for false positives. This may not permanently resolve the problem, I am not entirely sure what heuristics are used that seem to consistently cause the false positives to occur, but it is a step in the right direction. |
I have tried using both compressed with lzma and uncompressed exes for my ruby game. Either way, it is generating false positives in some virus scanners, including Windows Defender. See this virus total result for my game here: https://www.virustotal.com/gui/file/a8a896ed6a01277abde4f57cc89196c99b2ffd1588f6b3cb30fa2f6e4f83c7eb/detection
no idea why this is happening. Cant seem to fix this issue. Do I need to abandon Ocra and use another packer? What's going on here?
The text was updated successfully, but these errors were encountered: