{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}
Android - System Package used for diff loaded classes
In case of issue try to attach a different persistent process.
Click here to change.
iOS - System Package used for diff loaded classes
Device connection mode
Edit these settings directly in the
Config tab
Show RMS Config
📱Device - Setting Panel
Device detected
Mobile OS
-- select an option --
Android
iOS
Package name
{% for app in app_list %}
{{ app.identifier }}
{% endfor %}
Spawn or Attach
Spawn
Attach
If you choose "attach", make sure the app you are looking for is
up and running
on the device!
Optional
- Load a custom script or APIs Monitors
Load APIs Monitors
Load Default Frida Scripts
Load one of your favorite Frida Custom Scripts
Scripts are automatically loaded from the
custom_scripts
folder.
Make sure to add your favorite
.js
scripts!
😉
{% for cs in custom_scripts_Android %}
[{{ loop.index }}] - {{ cs }}
{% endfor %}
{% for cs in custom_scripts_iOS %}
[{{ loop.index }}] - {{ cs }}
{% endfor %}
What do you want to monitor?
(Android Only)
This feature is currently available for Android apps only.
Some APIs Monitors (e.g. 18, 19, 25, 26)
may not work on some devices.
{% for e in api_monitor %} {% if loop.index<=10 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
Optional
- Run a FRIDA script at startup
Start RMS
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}