{% include 'header.html' %} {% include 'navigation.html' %}
Injectables in data/binary/exes {% for exe in exes %}

{{exe['name']}}

More details {% for section in exe['sections'] %} {% endfor %}
name raw size
{{section['name']}} {{section['raw_size']}}
{% endfor %}