diff --git a/app/templates/project.html b/app/templates/project.html index d3eb4b0..2c0642b 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -12,7 +12,7 @@
-
+
@@ -23,7 +23,6 @@ {% if is_built %}
-
@@ -31,22 +30,21 @@
-
-
+ + {% if has_remote %}
-
-
+ {% endif %}
{% endif %}
-
+
@@ -85,11 +83,29 @@ {% endfor %} {% endif %} - + EXE INFO
- -
+ +
+ x64: {{ is_64 }} / Dotnet: {{ is_dotnet}}
+ .text: {{ code_sect_size}}
+ .rodata: {{ data_sect_size}} + (max: {{ data_sect_largest_gap_size}})
+ + {% if unresolved_dlls|length > 0 %} +
+ Unresolved dlls: +
    + {% for dll in unresolved_dlls %} +
  • {{ dll }}
  • + {% endfor %} +
+ {% endif %} +
+ + +