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

{{project_name}}

{% if is_built %}
{% endif %}
{% if exports != [] %} {% endif %}
EXE/DLL Is:
Is x64: {{ is_64}}
Is Dotnet: {{ is_dotnet}}
Code Section size: {{ code_sect_size}}
Data Section size: {{ data_sect_size}}
Data Section largest: {{ data_sect_largest_gap_size}}
-> Payload len: {{ payload_len}}
{{ project_dir }}
Unresolved dlls:
{% for dll in unresolved_dlls %} {{ dll }}
{% endfor %} EXE INFO
{% include 'files.html' %}