July 11, 2024 at 11:06 am
#169158
Dimitris Kalopisis
Spectator
It looks like the executable is not the issue. All the settings are set properly and the building process is also executing properly.
Let’s see what happens on the side of the backdoor. Please head to the builder.py file and to line 258 which should look like this:
compile_command = ["wine", path_to_pyinstaller, "--onefile", "--noconsole", "--icon=img/exe_file.ico", list[0]+".py"]
Change the line to this:
compile_command = ["wine", path_to_pyinstaller, "--onefile", "--icon=img/exe_file.ico", list[0]+".py"]
Once you change that build a discord backdoor and run it from the terminal on the windows machine. This will output errors on the terminal and we can find out what the issue is.