Group names that this instruction belongs to.
Instruction mnemonic.
Pointer to the next instruction, so you can parse()
it.
String representation of instruction operands.
Size of this instruction.
Static
parseParses the instruction at the target
address in memory.
Note that on 32-bit ARM this address must have its least significant bit
set to 0 for ARM functions, and 1 for Thumb functions. Frida takes care
of this detail for you if you get the address from a Frida API, for
example Module.getExportByName()
.
Memory location containing instruction to parse.
Generated using TypeDoc
Address (EIP) of this instruction.