Use the search bar below to quickly filter results:
{% if loaded_methods|length > 0 %}
{% if methods_hooked_and_executed|length > 0 %}
{% endif %}
{% endif %}
{% if methods_hooked_and_executed|length > 0 %}
✅ = the hooked method has been executed by the app - Refresh Page
{% endif %}
{% for class_name in loaded_classes %}
{{ loop.index0 }}
{{class_name}}
{% if mobile_OS=="Android" %}{% else %}{% endif %}{% for method_name in loaded_methods[class_name] %}{% if "Class: "+class_name+"\nMethod: "+method_name["ui_name"]+"\n" in methods_hooked_and_executed %}✅ {% endif %}{{method_name["ui_name"]}}; {% endfor %}