RyMaxim / cotw-mod-builder

A tool to create custom mods for COTW. Under new management.
https://www.nexusmods.com/thehuntercallofthewild/mods/410
8 stars 1 forks source link

It set off windows defender and opera scan #4

Closed Nordigoistired closed 2 months ago

Nordigoistired commented 3 months ago

i downloaded the latest version and it set off windows defender and opera's virus scan. the old mod builder didn't do that why does this one?

RyMaxim commented 2 months ago

The compiled .exes that I upload to the Releases page are built using pyinstaller, a free tool used to package Python scripts into .exe files. Unfortunately, pyinstaller can be used by anyone to compile any Python code into an executable, including malicious code. Software built with pyinstaller is often automatically flagged as a trojan/virus/malware as a result.

I currently scan all new builds with VirusTotal to see which AV scanners report malicious code. I then send a copy of the compiled .exe as well as a link to the source code here on GitHub to any companies whose scanner shows any detected vulnerabilities. Each vendor reviews the files and updates their scanner to remove the false positive results (which can take a few days).

I'm not sure how the previous developer may have been handling this differently but it's currently the best system I have without paying hundreds of dollars per year for a code signing certificate.