unitypackage_extractor
unitypackage_extractor copied to clipboard
weird flags on virustotal
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. https://github.com/pyinstaller/pyinstaller/issues/603
has it set off anyones antivirus?