{% include 'header.html' %} {% include 'navigation.html' %}
{% 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 %}
{% if settings.plugin_guardrail != "none" %}
{% endif %}
{% include 'files.html' %}