mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Modify move ReflectsCacheStore to hook/core/finder/store
This commit is contained in:
@@ -39,6 +39,7 @@ import com.highcapable.yukihookapi.annotation.xposed.InjectYukiHookWithXposed
|
|||||||
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.store.ReflectsCacheStore
|
||||||
import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
|
import com.highcapable.yukihookapi.hook.entity.YukiBaseHooker
|
||||||
import com.highcapable.yukihookapi.hook.factory.isTaiChiModuleActive
|
import com.highcapable.yukihookapi.hook.factory.isTaiChiModuleActive
|
||||||
import com.highcapable.yukihookapi.hook.factory.processName
|
import com.highcapable.yukihookapi.hook.factory.processName
|
||||||
@@ -48,7 +49,6 @@ import com.highcapable.yukihookapi.hook.log.yLoggerI
|
|||||||
import com.highcapable.yukihookapi.hook.param.PackageParam
|
import com.highcapable.yukihookapi.hook.param.PackageParam
|
||||||
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
|
||||||
import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
|
|
||||||
import com.highcapable.yukihookapi.hook.xposed.application.ModuleApplication
|
import com.highcapable.yukihookapi.hook.xposed.application.ModuleApplication
|
||||||
import com.highcapable.yukihookapi.hook.xposed.bridge.YukiHookBridge
|
import com.highcapable.yukihookapi.hook.xposed.bridge.YukiHookBridge
|
||||||
import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus
|
import com.highcapable.yukihookapi.hook.xposed.bridge.status.YukiHookModuleStatus
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
*
|
*
|
||||||
* This file is Created by fankes on 2022/3/29.
|
* This file is Created by fankes on 2022/3/29.
|
||||||
*/
|
*/
|
||||||
package com.highcapable.yukihookapi.hook.store
|
package com.highcapable.yukihookapi.hook.core.finder.store
|
||||||
|
|
||||||
import com.highcapable.yukihookapi.YukiHookAPI
|
import com.highcapable.yukihookapi.YukiHookAPI
|
||||||
import java.lang.reflect.Constructor
|
import java.lang.reflect.Constructor
|
@@ -35,9 +35,9 @@ import com.highcapable.yukihookapi.hook.core.finder.members.data.ConstructorRule
|
|||||||
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.members.data.MemberRulesData
|
import com.highcapable.yukihookapi.hook.core.finder.members.data.MemberRulesData
|
||||||
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.store.ReflectsCacheStore
|
||||||
import com.highcapable.yukihookapi.hook.factory.*
|
import com.highcapable.yukihookapi.hook.factory.*
|
||||||
import com.highcapable.yukihookapi.hook.log.yLoggerW
|
import com.highcapable.yukihookapi.hook.log.yLoggerW
|
||||||
import com.highcapable.yukihookapi.hook.store.ReflectsCacheStore
|
|
||||||
import com.highcapable.yukihookapi.hook.type.defined.UndefinedType
|
import com.highcapable.yukihookapi.hook.type.defined.UndefinedType
|
||||||
import com.highcapable.yukihookapi.hook.type.defined.VagueType
|
import com.highcapable.yukihookapi.hook.type.defined.VagueType
|
||||||
import com.highcapable.yukihookapi.hook.type.java.DalvikBaseDexClassLoader
|
import com.highcapable.yukihookapi.hook.type.java.DalvikBaseDexClassLoader
|
||||||
|
Reference in New Issue
Block a user