common occurence for apps bundled with pyinstaller.. Windows defender and some other AV tools will

common occurence for apps bundled with pyinstaller.. Windows defender and some other AV tools will sometimes flag a given build as a virus. This is because it is written in Python and compiled with ‘pyinstaller’ which can sometimes result in certain partial file hashes that have been previously found in low tech malware that is commonly also written in Python and compiled with pyinstaller
Was this page helpful?