-
I'm having an issue with downloading the executable for v0.11.8. Windows detects a virus. I'm sure there isn't one, but obviously I don't want to disable Windows virus protection. Just curious if something has changed that's causing this. I'm on Windows 11 Pro 23H2 build 22631.4317. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi ka3yan, There isn't anything I can do about that. When I compiled the programme using Nuitka on my Win-11 machine on 1st October, Windows Defender didn't pop up with any issues but when I run it now, it does. I have checked that the 'checksums' on the GitHub file are the same as my original. I have tried uploading the executable to 'virustotal' and it throws up a lot of positives for different things - if you do a search on Google you will see that this is a common issue with compiled Python programmes. There is supposed to be a way to report false positives to Microsoft for analysis, but when I try that it says "page doesn't exist". In conclusion it's up to you whether you allow it to be installed or not but the code is public and the Nuitka compiler is public. If you want to be sure you are not exposed to a virus then run it in Linux or use the Python version, for which you can read the code and check what is in it. Ian |
Beta Was this translation helpful? Give feedback.
-
I’m curious if you package as a .zip instead of a .exe if we’d have the same issue? It might just be that Windows doesn’t like it being an executable.
Brad
From: Ian ***@***.***>
Sent: Thursday, November 14, 2024 16:00
To: g4ixt/QtTinySA ***@***.***>
Cc: ka3yan ***@***.***>; Author ***@***.***>
Subject: Re: [g4ixt/QtTinySA] Having issues downloading v0.11.8 - Virus Detected (Discussion #69)
Hi ka3yan,
There isn't anything I can do about that.
When I compiled the programme using Nuitka on my Win-11 machine on 1st October, Windows Defender didn't pop up with any issues but when I run it now, it does. I have checked that the 'checksums' on the GitHub file are the same as my original. I have tried uploading the executable to 'virustotal' and it throws up a lot of positives for different things - if you do a search on Google you will see that this is a common issue with compiled Python programmes.
There is supposed to be a way to report false positives to Microsoft for analysis, but when I try that it says "page doesn't exist".
In conclusion it's up to you whether you allow it to be installed or not but the code is public and the Nuitka compiler is public. If you want to be sure you are not exposed to a virus then run it in Linux or use the Python version, for which you can read the code and check what is in it.
Ian
—
Reply to this email directly, view it on GitHub <#69 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ARZTZ4OI5XNXPOKQQI5DU4D2AUFLZAVCNFSM6AAAAABRZNY5I6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRVHE4DINY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/ARZTZ4NAOYDFP7P2VZLMFGL2AUFLZA5CNFSM6AAAAABRZNY5I6WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAVPH4O.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
Hi ka3yan,
There isn't anything I can do about that.
When I compiled the programme using Nuitka on my Win-11 machine on 1st October, Windows Defender didn't pop up with any issues but when I run it now, it does. I have checked that the 'checksums' on the GitHub file are the same as my original. I have tried uploading the executable to 'virustotal' and it throws up a lot of positives for different things - if you do a search on Google you will see that this is a common issue with compiled Python programmes.
There is supposed to be a way to report false positives to Microsoft for analysis, but when I try that it says "page doesn't exist".
In conclusion it's up to you whether you allow it to…