{% if mobile_OS %}
Mobile OS: {{mobile_OS}}
{% endif %}
{% if target_package and system_package %}
Target Package: {{target_package}}
System Package: {{system_package}}
{% endif %}
{% if no_system_package==true and target_package!="Gadget" %}
{{system_package}} is NOT available on your device!
For a better RE experience, Click here to change it!
{% endif %}
{% if frida_crash=="True" %}
FRIDA crashed
{% if frida_crash_message %}
Error description:
{{frida_crash_message}}
{% endif %}
{% endif %}
{% block scripts %}
{% endblock %}