{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}
{% if error==True %}
Device not connected.
Please check your config and
click
here
to try again.
If you still see this error and the device is correctly conneted with frida-server
up and running
,
please kill RSM and start it again.
{% endif %}
Edit config file
Android - System Package used for diff loaded classes - (In case of issue try to attach a different persistent process)
iOS - System Package used for diff loaded classes - (In case of issue try to attach a different persistent process)
Device type
{{ printOptions|safe }}
Device arguments
{% for key, value in args.items() %}
{% endfor %}
Save
{% include 't_js_script.html' %}