Fix Hooking failed no printing throwable bug

This commit is contained in:
2022-04-01 23:24:21 +08:00
parent c66705c77b
commit cb74c7ed11
3 changed files with 42 additions and 33 deletions

View File

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