{% include 't_head.html' %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}
System Package used for diff loaded classes - (In case of issue try to attach a different persistent process)
Device connection
Edit this settings directly in the
Config tab
📱Device - Setting Panel
Package name
{% for package in packages %}
{{ package }}
{% endfor %}
Spawn or Attach
Spawn
Attach
Run a FRIDA script at startup
{{ custom_script_loaded }}
Start RMS
Custom Frida Script
Load one of your favorite Frida Custom Scripts
{% for cs in custom_scripts %}
[{{ loop.index }}] - {{ cs }}
{% endfor %}
Scripts are automatically loaded from the
custom_scripts
folder.
Make sure to add your favorite
.js
scripts!
😉
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}