mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 18:55:35 +08:00
Merge code
This commit is contained in:
@@ -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")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user