google / spatial-media

Specifications and tools for 360º video and spatial audio.
Other
1.86k stars 429 forks source link

Installation of latest 2.0 version flagged as trojan #97

Closed Clembotic closed 8 years ago

Clembotic commented 8 years ago

When I download and the unzip the app, my antivirus throws a virus (trojan) warning. Anyone else seeing this?

pwroberts commented 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

Clembotic commented 8 years ago

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.

pwroberts commented 8 years ago

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.

Clembotic commented 8 years ago

I tried the new binary and all good! No AV warnings. Thanks!