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

Exes

{% for exe in exes %} {% endfor %}
Exe Sections
{{exe['name']}} {% for section in exe['sections'] %} {% endfor %}
name raw size virt size diff
{{section['name']}} {{section['raw_size']}} {{section['virt_size']}} {{section['raw_size'] - section['virt_size']}}