{% include 'header.html' %} {% include 'navigation.html' %}
Injectables in data/binary/injectables {% for injectable in injectables %}

{{injectable['name']}}

More details {% for section in injectable['superpe'].pe_sections %} {% endfor %}
name raw offset raw size RVA VA
{{section.name}} {{section.raw_addr}} {{section.raw_size}} {{section.virt_addr|hexint}} {{(section.virt_addr + injectable['superpe'].get_image_base())|hexint}}
{% endfor %}