diff --git a/app/templates/project.html b/app/templates/project.html index 2c0642b..414b75c 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -14,21 +14,19 @@
-
+
+ +
+
-
{% if is_built %}
- -
- -
- +
{% if has_remote %} diff --git a/app/views_project.py b/app/views_project.py index bdc3757..b98f2bf 100644 --- a/app/views_project.py +++ b/app/views_project.py @@ -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()