Op Codes Matcher
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.
----------------Properties
Link copied to clipboard
Match type. Default is OpCodeMatchType.Contains.
Link copied to clipboard
OpCodes to match.
Link copied to clipboard
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
Set the opCodes size to be matched.
----------------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.
----------------