I have created a Python program and I would like to make it executable so that I can share it with others without revealing my source code. I decided to use PyInstaller to convert the program into an executable file. However, I encountered an issue where my antivirus software flagged it as a false positive for a Trojan virus. I'm seeking advice on how to address this false signal from the antivirus software. Your guidance on resolving this matter would be greatly appreciated.
Asked
Active
Viewed 22 times
-1
-
1Contact the AV provider. – ewokx Aug 11 '23 at 02:27
-
1There already are answers here : https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg?rq=2 – Andrew Aug 11 '23 at 02:36