Skip to content

v2.1.0

Latest

Choose a tag to compare

@YashvirGaming YashvirGaming released this 08 Aug 13:13
· 1 commit to main since this release
e6cf907

build with Nuitka
here's my compiled Builder.bat

@echo off
title 🐍 SilverBullet ➡️ Python Checker Generator

set SCRIPT=sb_to_py_gui.py
set ICON=icon.ico

python -m nuitka ^
--standalone ^
--onefile ^
--enable-plugin=tk-inter ^
--windows-disable-console ^
--windows-icon-from-ico=%ICON% ^
--output-filename=SBConfigToExe.exe ^
--jobs=14 ^
%SCRIPT%

pause

So if virustotal is showing trojan or whatever in the SBConfigToExe.exe
I suggest you go contact the Developer owner of Nuitka
Your best bet is find answers by reaching out to this guy , ask him why his Python Nuitka when we compile .PY into .EXE why virustotal shows trojan he'll answer you because he's the developer owner of that Nuitka builder for Python.

image image