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