{% 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 while loading methods for one or more classes selected!
Try to exclude them from your search!
{% endif %}
{% block scripts %}
{% endblock %}