You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: