Closed Clembotic closed 8 years ago
Hi @Clembotic,
Thanks for reporting this - we’re looking into it. PyInstaller’s bootloader seems to occasionally trigger a false positive from the “generic Trojan” heuristic in various AV software. There are many reports of this on the PyInstaller GitHub going back several years, e.g. https://github.com/pyinstaller/pyinstaller/issues/1692, https://github.com/pyinstaller/pyinstaller/issues/847, and https://github.com/pyinstaller/pyinstaller/issues/603.
In the meantime, if this is preventing you from using the metadata injector tool, you can always run the tool directly from the source code:
Thanks again!
Paul
Thanks for the reply and information, Paul. I figured (and hoped) it was a false positive. Thanks for confirming. I'll go the python route you suggest in the meantime.
It looks like the PyInstaller AV warnings mostly affect 32-bit PyInstaller-generated binaries. I've put a new, 64-bit binary on the 2.0 release page. 32-bit Windows users can still run the injector from source by installing Python.
Thanks again for reporting this, and please re-open this issue if you see any more AV warnings.
I tried the new binary and all good! No AV warnings. Thanks!
When I download and the unzip the app, my antivirus throws a virus (trojan) warning. Anyone else seeing this?