ui: update

This commit is contained in:
Dobin
2024-04-29 19:03:17 +01:00
parent 23bb16d172
commit 58045529d2
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def project(name):
payload_len = os.path.getsize(project.settings.payload_path)
# when we selected an input file
if project.settings.inject_exe_in != "":
if project.settings.inject_exe_in != "" and os.path.exists(project.settings.inject_exe_in):
superpe = SuperPe(project.settings.inject_exe_in)
is_64 = superpe.is_64()
is_dotnet = superpe.is_dotnet()