{% 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)
Edit this setting directly in the configuration file (
config.json
)
📱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 }}
Submit
Custom Frida Script
Load one of your favorite Frida Custom Scripts
{% for cs in custom_scripts %}
[{{ loop.index0 }}] - {{ cs }}
{% endfor %}
Scripts are automatically loaded from the
custom_scripts
folder.
Make sure to add your favorite
.js
scripts!
😉
{% include 't_js_script.html' %}