Changed Finder function

This commit is contained in:
2022-04-13 03:53:25 +08:00
parent ab1a02477d
commit 522db02f34
9 changed files with 133 additions and 45 deletions

View File

@@ -73,6 +73,7 @@ class HookEntry : YukiHookXposedInitProxy {
injectMember {
method {
name = "getFirstText"
emptyParam()
returnType = StringType
}
// 执行替换 Hook
@@ -122,6 +123,7 @@ class HookEntry : YukiHookXposedInitProxy {
injectMember {
method {
name = "toast"
emptyParam()
returnType = UnitType
}
// 拦截整个方法
@@ -137,6 +139,7 @@ class HookEntry : YukiHookXposedInitProxy {
injectMember {
method {
name = "getDataText"
emptyParam()
returnType = StringType
}
// 执行替换 Hook