{% include 'header.html' %} {% include 'navigation.html' %}

{{project_name}}

{% if is_built %}
{% if has_remote %}
{% endif %}
{% endif %}
{% if exports != [] %} {% 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 %}
{{ project_dir }}
{% include 'files.html' %}