{% include 'header.html' %}
{% include 'navigation.html' %}
{{project_name}}
{% for shellcode in shellcodes %}
{{shellcode}}
{% endfor %}
{% for exe in exes %}
{{exe}}
{% endfor %}
{% for name, value in sourcestyles %}
{{value}}
{% endfor %}
{% for name, value in injectstyles %}
{{value}}
{% endfor %}
{% for name, value in allocstyles %}
{{value}}
{% endfor %}
{% for name, value in decoderstyles %}
{{value}}
{% endfor %}
{% for name, value in execstyles %}
{{value}}
{% endfor %}
Save Settings
Build
Start Local
File Local
Start Remote
File Remote
{% include 'files.html' %}