Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

i dont send yet my application to VirusTotal.com. But in this moment. 

Antivirus software detects Python app as malware because:

  1. PyInstaller pattern - Many malware also use PyInstaller to create exe files, making AV suspicious of all PyInstaller-compiled apps
  2. Network activity -  app downloads files from internet (yt-dlp updates, FFmpeg) which looks like malware behavio
  3. Subprocess calls - Running external commands (ffmpeg, pip) is flagged as potentially dangerous