{% include 'header.html' %}
{% include 'navigation.html' %}
Injectables in
data/binary/exes
{% for exe in exes %}
{{exe['name']}}
More details
name
raw size
{% for section in exe['sections'] %}
{{section['name']}}
{{section['raw_size']}}
{% endfor %}
{% endfor %}