EzHookTool
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
EzHookTool
core
/
io.github.lingqiqi5211.ezhooktool.core
/
ReflectScope
/
getMethodByDescOrNull
get
Method
By
Desc
Or
Null
fun
getMethodByDescOrNull
(
desc
:
String
)
:
Method
?
通过 Dex/Smali 签名解析并获取方法,找不到返回
null
。