Added DexClassFinder function allowed ClassLoader to search classes (Beta Feature)

This commit is contained in:
2022-09-21 14:30:17 +08:00
parent 6ea012472d
commit 41546b2c9f
23 changed files with 3025 additions and 8 deletions

View File

@@ -56,6 +56,12 @@ const navigationLinks = {
baseApiPath + 'hook/core/finder/members/MethodFinder',
baseApiPath + 'hook/core/finder/members/ConstructorFinder',
baseApiPath + 'hook/core/finder/members/FieldFinder',
baseApiPath + 'hook/core/finder/classes/DexClassFinder',
baseApiPath + 'hook/core/finder/classes/rules/result/MemberRulesResult',
baseApiPath + 'hook/core/finder/classes/rules/MemberRules',
baseApiPath + 'hook/core/finder/classes/rules/FieldRules',
baseApiPath + 'hook/core/finder/classes/rules/MethodRules',
baseApiPath + 'hook/core/finder/classes/rules/ConstructorRules',
baseApiPath + 'hook/core/finder/base/BaseFinder',
baseApiPath + 'hook/core/finder/base/rules/CountRules',
baseApiPath + 'hook/core/finder/base/rules/ModifierRules',
@@ -63,6 +69,7 @@ const navigationLinks = {
baseApiPath + 'hook/bean/HookClass',
baseApiPath + 'hook/bean/VariousClass',
baseApiPath + 'hook/bean/CurrentClass',
baseApiPath + 'hook/bean/GenericClass',
baseApiPath + 'hook/bean/HookResources'
],
specialFeature: [