opNames

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)

Return

MethodMatcher

Parameters

opNames

smali instruction names / smali 指令名

matchType

match type / 匹配关系

opCodeSize

opcodes size / 指令数量


This method uses consecutive smali instructions.

----------------

该方法使用的连续的 smali 指令名。

opNames = listOf("const-string", "const-string/jumbo")