{% include 't_head.html' %}
Select the Classes that you want to hook
×
Package:
{{package_name_str}}
Hook all classes that start with:
You can insert multiple filters. Just make sure to use
,
to separete the strings you want to use as a filters
Submit
NOTE:
Hooking more than 500 classes can crash the app
Select
Index
Classes
Hook Selected
NOTE:
Hooking more than 500 classes can crash the app {% for c in loaded_classes %}
{{ loop.index0 }}
{{ c }}
{% endfor %}
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}
Load Classes and Methods 🎯... and then HOOK everything ⚓️
1
2
3
4
Load Classes
Insert a Filter
(
optional
)
NOTE:
Hooking more than 500 classes or complex classes can easily crash the app. Use a filter if you receive an error! 😉
Load Methods
Hook all methods
index
classes
methods
Classes
Use the search bar below to quickly filter results:
{{ loaded_classes_str|safe }}
{% include 't_js_script.html' %}