Static Analysis

{% if results.static and results.static.pe %}
{% if summary_report %}

PE Information

{% else %}

PE Information


{% if results.static.pe.versioninfo %}
{% if summary_report %}

Version Infos

{% else %}

Version Infos

{% endif %} {% if results.static.pe.sections %}
{% if summary_report %}

Sections

{% else %}

Sections

{% endif %} {% if results.static.pe.overlay %}
{% if summary_report %}

Overlay

{% else %}

Overlay

{% endif %} {% if results.static.pe.resources %}
{% if summary_report %}

Resources

{% else %}

Resources

{% endif %} {% if results.static.pe.imports %}
{% if summary_report %}

Imports

{% else %}

Imports

{% endif %} {% if results.static.pe.exports %}
{% if summary_report %}

Exports

{% else %}

Exports

{% endif %} {% endif %} {% if results.strings and not summary_report %}

Strings

{% endif %} {% if not results.strings and not results.static %} Nothing to display. {% endif %}