fix: obfuscation in structs, output file

This commit is contained in:
2025-01-19 10:03:35 +01:00
parent 644be7fb11
commit 89883c9153
2 changed files with 5 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ class Ui_mainWindow(object):
if self.climode :
out_filename = self.filename.replace(".exe", "") + "_out.exe"
else :
out_filename = "../bin/" + self.filename + "_out.exe"
out_filename = "../bin/" + self.filename.replace(".exe", "") + "_out.exe"
xor_key = ''
if self.xor :