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

False Positive Virus Detection for app2exe-Generated Executables #585

Open
shiromofufactory opened this issue Dec 8, 2024 · 0 comments
Open

Comments

@shiromofufactory
Copy link

There have been cases where files converted to executables using the app2exe command are detected as viruses by security software such as Windows Defender and Norton.

This issue seems inconsistent, as even minor modifications to the same program can cause files that were previously undetected to suddenly be flagged. Reproducibility remains unclear. However, after some investigation, it appears this phenomenon is a commonly discussed topic related to PyInstaller.

Example:
https://juu7g.hatenablog.com/entry/Python/pyinstaller-false-positive#%E9%96%8B%E7%99%BA%E8%80%85%E3%81%A8%E3%81%97%E3%81%A6%E3%81%AF

I also found information suggesting that rebuilding the bootloader could resolve the issue. However, in my experience, there seem to be scenarios where this method successfully avoids detection and others where it does not.

Has this topic ever come up during Pyxel development?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant