OpCodesMatcher

Constructors

Link copied to clipboard
constructor()
constructor(opCodes: Collection<Int>, matchType: OpCodeMatchType = OpCodeMatchType.Contains, opCodeSize: IntRange? = null)

Create a new OpCodesMatcher.

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

constructor(opCodes: IntArray, matchType: OpCodeMatchType = OpCodeMatchType.Contains, opCodeSize: IntRange? = null)

Create a new OpCodesMatcher.

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

OpCodes to match.

Link copied to clipboard
Link copied to clipboard
var size: Int

OpCodes size to match.

Functions

Link copied to clipboard

Set the match type.

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

Link copied to clipboard

Set the opCodes to be matched.

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

Link copied to clipboard

Set the smali instruction sequence to be matched.

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

Link copied to clipboard
fun size(size: Int): OpCodesMatcher

Set the opCodes size to be matched.

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

fun size(min: Int = 0, max: Int = Int.MAX_VALUE): OpCodesMatcher

Set the opCodes size range to be matched.

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

Link copied to clipboard

Set the opCodes size max to be matched.

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

Link copied to clipboard

Set the opCodes size min to be matched.

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