ARM32Instruction Type
The internal representation for an ARM32 instruction used by our disassembler and lifter.
Constructors
Constructor | Description |
Full Usage:
ARM32Instruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, a)
Parameters:
Addr
nb : uint32
cond : Condition
op : Opcode
opr : Operands
its : byte
wb : bool
q : Qualifier
s : SIMDDataTypes option
m : ArchOperationMode
cf : bool option
oSz : RegType
a : bool
Returns: ARM32Instruction
|
|
Instance members
Instance member | Description |
Full Usage:
this.HasConcJmpTarget
Returns: bool
|
|