mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Moved core.reflex.utils.ReflectionTool to core.finder.utils.ReflectionTool
This commit is contained in:
@@ -36,7 +36,7 @@ import com.highcapable.yukihookapi.hook.core.finder.base.BaseFinder
|
|||||||
import com.highcapable.yukihookapi.hook.core.finder.base.MemberBaseFinder
|
import com.highcapable.yukihookapi.hook.core.finder.base.MemberBaseFinder
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRulesData
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
||||||
import com.highcapable.yukihookapi.hook.core.reflex.tools.ReflectionTool
|
import com.highcapable.yukihookapi.hook.core.finder.tools.ReflectionTool
|
||||||
import com.highcapable.yukihookapi.hook.factory.ConstructorConditions
|
import com.highcapable.yukihookapi.hook.factory.ConstructorConditions
|
||||||
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
||||||
import com.highcapable.yukihookapi.hook.factory.hasExtends
|
import com.highcapable.yukihookapi.hook.factory.hasExtends
|
||||||
|
@@ -38,7 +38,7 @@ import com.highcapable.yukihookapi.hook.core.finder.base.MemberBaseFinder
|
|||||||
import com.highcapable.yukihookapi.hook.core.finder.members.data.FieldRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.members.data.FieldRulesData
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.NameConditions
|
import com.highcapable.yukihookapi.hook.core.finder.type.NameConditions
|
||||||
import com.highcapable.yukihookapi.hook.core.reflex.tools.ReflectionTool
|
import com.highcapable.yukihookapi.hook.core.finder.tools.ReflectionTool
|
||||||
import com.highcapable.yukihookapi.hook.factory.FieldConditions
|
import com.highcapable.yukihookapi.hook.factory.FieldConditions
|
||||||
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
||||||
import com.highcapable.yukihookapi.hook.factory.current
|
import com.highcapable.yukihookapi.hook.factory.current
|
||||||
|
@@ -37,7 +37,7 @@ import com.highcapable.yukihookapi.hook.core.finder.base.MemberBaseFinder
|
|||||||
import com.highcapable.yukihookapi.hook.core.finder.members.data.MethodRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.members.data.MethodRulesData
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.NameConditions
|
import com.highcapable.yukihookapi.hook.core.finder.type.NameConditions
|
||||||
import com.highcapable.yukihookapi.hook.core.reflex.tools.ReflectionTool
|
import com.highcapable.yukihookapi.hook.core.finder.tools.ReflectionTool
|
||||||
import com.highcapable.yukihookapi.hook.factory.MethodConditions
|
import com.highcapable.yukihookapi.hook.factory.MethodConditions
|
||||||
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
import com.highcapable.yukihookapi.hook.factory.checkingInternal
|
||||||
import com.highcapable.yukihookapi.hook.factory.hasExtends
|
import com.highcapable.yukihookapi.hook.factory.hasExtends
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* This file is Created by fankes on 2022/3/27.
|
* This file is Created by fankes on 2022/3/27.
|
||||||
*/
|
*/
|
||||||
package com.highcapable.yukihookapi.hook.core.reflex.tools
|
package com.highcapable.yukihookapi.hook.core.finder.tools
|
||||||
|
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.base.data.BaseRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.base.data.BaseRulesData
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRulesData
|
@@ -34,8 +34,8 @@ import com.highcapable.yukihookapi.hook.bean.CurrentClass
|
|||||||
import com.highcapable.yukihookapi.hook.core.finder.members.ConstructorFinder
|
import com.highcapable.yukihookapi.hook.core.finder.members.ConstructorFinder
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.members.FieldFinder
|
import com.highcapable.yukihookapi.hook.core.finder.members.FieldFinder
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.members.MethodFinder
|
import com.highcapable.yukihookapi.hook.core.finder.members.MethodFinder
|
||||||
|
import com.highcapable.yukihookapi.hook.core.finder.tools.ReflectionTool
|
||||||
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
import com.highcapable.yukihookapi.hook.core.finder.type.ModifierRules
|
||||||
import com.highcapable.yukihookapi.hook.core.reflex.tools.ReflectionTool
|
|
||||||
import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus
|
import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus
|
||||||
import java.lang.reflect.Constructor
|
import java.lang.reflect.Constructor
|
||||||
import java.lang.reflect.Field
|
import java.lang.reflect.Field
|
||||||
|
@@ -42,7 +42,7 @@ import com.highcapable.yukihookapi.hook.bean.HookResources
|
|||||||
import com.highcapable.yukihookapi.hook.bean.VariousClass
|
import com.highcapable.yukihookapi.hook.bean.VariousClass
|
||||||
import com.highcapable.yukihookapi.hook.core.YukiMemberHookCreator
|
import com.highcapable.yukihookapi.hook.core.YukiMemberHookCreator
|
||||||
import com.highcapable.yukihookapi.hook.core.YukiResourcesHookCreator
|
import com.highcapable.yukihookapi.hook.core.YukiResourcesHookCreator
|
||||||
import com.highcapable.yukihookapi.hook.core.reflex.tools.ReflectionTool
|
import com.highcapable.yukihookapi.hook.core.finder.tools.ReflectionTool
|
||||||
import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
|
import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
|
||||||
import com.highcapable.yukihookapi.hook.param.type.HookEntryType
|
import com.highcapable.yukihookapi.hook.param.type.HookEntryType
|
||||||
import com.highcapable.yukihookapi.hook.param.wrapper.PackageParamWrapper
|
import com.highcapable.yukihookapi.hook.param.wrapper.PackageParamWrapper
|
||||||
|
Reference in New Issue
Block a user