Skip to content
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

Binary flagged as virus #16

Open
Monoverde888 opened this issue Sep 15, 2024 · 4 comments
Open

Binary flagged as virus #16

Monoverde888 opened this issue Sep 15, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@Monoverde888
Copy link

why is virustotal, and windows defender flagging it so much??
https://www.virustotal.com/gui/file/9fc1eb6e076cadd3f4f97594c0466fb18c1431e10d919224925beece664d2110

@abhishekmj303
Copy link
Owner

The issue here is that python interpreter is embedded into the executable and it will self extract it and run. That is why it is flagged as trojan. This is a false positive.

References:

So to solve this I have updated the binary to an installer. This should probably solve the problem. Try this release and tell me if it's working: https://github.com/abhishekmj303/ytm2spt/releases/download/v1.0.1/ytm2spt-v1.0.1-windows.zip

@Monoverde888
Copy link
Author

it didn’t say anything now, thank you

@mikedude98
Copy link

Hi, for me Windows defender did still trigger and remove the executable, even with the installer. I don't know of a fix, I just added an exception, but I thought I would let you know.

Using release v1.0.1, on Windows 11. The screenshot is in Dutch unfortunately)

image

@abhishekmj303
Copy link
Owner

abhishekmj303 commented Sep 24, 2024

@mikedude98 Thanks for letting me know, I think any compiled exe containing python may cause this issue. Instead of that may be I should ship the installer with entire source code with an isolated python environment. I'll reopen this and look into it when I get some time.

@abhishekmj303 abhishekmj303 reopened this Sep 24, 2024
@abhishekmj303 abhishekmj303 added the help wanted Extra attention is needed label Oct 6, 2024
@abhishekmj303 abhishekmj303 changed the title Possible Virus Binary flagged as virus Oct 13, 2024
@abhishekmj303 abhishekmj303 marked this as a duplicate of #31 Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants