unitypackage_extractor icon indicating copy to clipboard operation
unitypackage_extractor copied to clipboard

weird flags on virustotal

Open thiopixel opened this issue 3 years ago • 3 comments

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

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

thiopixel avatar Mar 07 '22 05:03 thiopixel

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

Cobertos avatar Mar 08 '22 01:03 Cobertos

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

ZenithVal avatar Apr 17 '24 09:04 ZenithVal

has it set off anyones antivirus?

THEFLYINGHOBO101 avatar Apr 17 '24 15:04 THEFLYINGHOBO101