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

{{project_name}}

{% if is_built %}
{% if has_remote %}
{% endif %}
{% endif %}
{% if exports != [] %} {% endif %} EXE INFO
{% if is_64 %} x64: {{ is_64 }} {% else %} x64: {{ is_64 }} {% endif %} / Dotnet: {{ is_dotnet}}
.text: {{ code_sect_size}}
.rdata: {{ data_sect_size}} (max: {{ data_sect_largest_gap_size}})
{% if not has_rodata_section %} No .rdata section
{% endif %} {% if unresolved_dlls|length > 0 %}
Unresolved dlls:
    {% for dll in unresolved_dlls %}
  • {{ dll }}
  • {% endfor %}
{% endif %}
{{ project_dir }}
{% include 'files.html' %}