mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Merge code
This commit is contained in:
@@ -162,7 +162,7 @@ class HookEntry : YukiHookXposedInitProxy {
|
||||
}
|
||||
// 注入要 Hook 的方法
|
||||
injectMember {
|
||||
allMethods(name = "getTestResultLast111111111111111111111111111111")
|
||||
allMethods(name = "getTestResultLast")
|
||||
// 执行替换 Hook
|
||||
replaceTo("I am hook all methods last")
|
||||
}
|
||||
|
Reference in New Issue
Block a user