op Names
fun opNames(opNames: Collection<String>, matchType: OpCodeMatchType = OpCodeMatchType.Contains, opCodeSize: IntRange? = null): MethodMatcher
This method uses consecutive smali instructions.
----------------该方法使用的连续的 smali 指令名。
opNames(listOf("const-string", "const-string/jumbo"), OpCodeMatchType.StartsWith)
Content copied to clipboard
Return
Parameters
op Names
smali instruction names / smali 指令名
match Type
match type / 匹配关系
op Code Size
opcodes size / 指令数量
This method uses consecutive smali instructions.
----------------该方法使用的连续的 smali 指令名。
opNames = listOf("const-string", "const-string/jumbo")
Content copied to clipboard