Closed EccentricKnight closed 1 year ago
Virus Total Analysis of stormcloud client EXE (8 of 71 products flagged): https://www.virustotal.com/gui/file/e14fb6ca2e525c7dc49e95f7aa11292c639d8e2df5e638bf9742378efc10e1fa?nocache=1
I've managed to recompile pyinstaller from source and it beats the Avast signature. Link for new analysis: https://www.virustotal.com/gui/file/09468ae24e8380ab044df7a698f11be3c2e364e01bea85b95789a1f02580cb05?nocache=1
We are still popping on 4 AVs that VirusTotal scans with (Cynet, McAfee-GW-Edition, DeepInstinct, and SecureAge). These are all pretty fringe/sucky AVs so we might just be able to ignore these unless we find a customer who is actually using one of them.
Here's what I managed to do on my system to get it to work:
git clone
the pyinstaller source to C:\PyInstallercd C:\Pyinstaller\pyinstaller\bootloader
python.exe ./waf distclean all
cd C:\Pyinstaller\pyinstaller
pip install .
Updated mvp_installer.py on branch: "updated_installer" and commit: "We freaking did it" resolves this issue.