Merge code

This commit is contained in:
2022-04-01 23:26:50 +08:00
parent cb74c7ed11
commit 93275eae2f

View File

@@ -162,7 +162,7 @@ class HookEntry : YukiHookXposedInitProxy {
} }
// 注入要 Hook 的方法 // 注入要 Hook 的方法
injectMember { injectMember {
allMethods(name = "getTestResultLast111111111111111111111111111111") allMethods(name = "getTestResultLast")
// 执行替换 Hook // 执行替换 Hook
replaceTo("I am hook all methods last") replaceTo("I am hook all methods last")
} }