This commit is contained in:
2022-02-03 22:18:08 +08:00
parent fa5ef89e20
commit 493ef7a6ca
6 changed files with 11 additions and 11 deletions

View File

@@ -36,13 +36,13 @@ import com.highcapable.yukihookapi.demo.InjectTest
import com.highcapable.yukihookapi.demo.MainActivity
import com.highcapable.yukihookapi.hook.factory.encase
import com.highcapable.yukihookapi.hook.factory.findMethod
import com.highcapable.yukihookapi.hook.proxy.YukiHookInitializeProxy
import com.highcapable.yukihookapi.hook.proxy.YukiHookXposedInitProxy
import com.highcapable.yukihookapi.hook.type.ActivityClass
import com.highcapable.yukihookapi.hook.type.BundleClass
import com.highcapable.yukihookapi.hook.type.StringType
@InjectYukiHookWithXposed
class HookMain : YukiHookInitializeProxy {
class HookMain : YukiHookXposedInitProxy {
private val moduleName = "com.highcapable.yukihookapi.demo"