Z1ni / XGP-save-extractor

Python script to extract savefiles out of Xbox Game Pass for PC games
MIT License
576 stars 38 forks source link

Windows Security Trojan:Win32/Znyonm #133

Closed ctan13 closed 4 months ago

ctan13 commented 8 months ago

Windows 11 Security detects a trojan whenever I attempt to download the exe.

wingedshadowwolf commented 8 months ago

I've got the same thing happening on Windows 10. Using Brave and Chrome.

ToonNoah commented 8 months ago

same here. Windows 11

Z1ni commented 8 months ago

Those detections are false positives due to how the script is packaged. You can probably ignore the exe from scanning from settings. Alternatively you can install Python and download the release zip and run the main.py script manually.

From the README:

Some anti-virus/anti-malware software can flag the executable as malicious. The executable is produced with PyInstaller and contains the Python interpreter alongside with the same main.py script as in this repo.