Cobertos / unitypackage_extractor

Extract a .unitypackage, with or without Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weird flags on virustotal

thiopixel opened this issue · comments

https://www.virustotal.com/gui/file/8ec0d3f2f0ed982a45a4d0d364f51c09a57a8ddd14dc3b3b0d66f2055bd30fb6/relations

the exe gets flagged as malicious, but not the source master when downloaded directly

Interesting, possibly because it's packaged with PyInstaller, which is pretty off the shelf Python packaging infrastructure.

I'll look for a fix but not sure if it'll be easy to get one

The false positives can be solved (or in my experience, at least reduced) by building your own bootloader to use with pyinstaller. pyinstaller/pyinstaller#603

has it set off anyones antivirus?