Method | Description | |
---|---|---|
Arm32Instruction ( Gee.External.Capstone.Instruction |
||
GetOperand ( int i ) : |
||
IsLastOperand ( Gee.External.Capstone.Arm.ArmInstructionOperand op ) : bool |
Returns true if op is the last operand of the instruction.
|
|
Render ( MachineInstructionWriter writer ) : void | ||
Write ( Gee.External.Capstone.Arm.ArmInstructionOperand op, MachineInstructionWriter writer ) : void |
Method | Description | |
---|---|---|
Arm32Instruction ( ) : Gee.External.Capstone.Arm | ||
Arm32Instruction ( Address addr ) : Gee.External.Capstone.Arm | ||
CreateInvalid ( Address addr ) : |
||
TryGetInternal ( Gee.External.Capstone.Instruction |
Gets the inner, Capstone-originated instruction. If the instruction is null, it means it is invalid (ie. a garbage opcode).
|
|
WriteImmShift ( string op, int value, MachineInstructionWriter writer ) : void | ||
WriteImmediateValue ( int imm8, MachineInstructionWriter writer ) : void | ||
WriteMemoryOperand ( Gee.External.Capstone.Arm.ArmInstructionOperand op, MachineInstructionWriter writer ) : void | ||
WriteRegShift ( string op, int value, MachineInstructionWriter writer ) : void | ||
WriteRegisterSetInstruction ( MachineInstructionWriter writer ) : bool | ||
WriteShift ( Gee.External.Capstone.Arm.ArmInstructionOperand op, MachineInstructionWriter writer ) : void |
public Arm32Instruction ( Gee.External.Capstone.Instruction |
||
instruction | Gee.External.Capstone.Instruction |
|
return | Gee.External.Capstone.Arm |
public GetOperand ( int i ) : |
||
i | int | |
return |
public IsLastOperand ( Gee.External.Capstone.Arm.ArmInstructionOperand op ) : bool | ||
op | Gee.External.Capstone.Arm.ArmInstructionOperand | |
return | bool |
public Render ( MachineInstructionWriter writer ) : void | ||
writer | MachineInstructionWriter | |
return | void |
public Write ( Gee.External.Capstone.Arm.ArmInstructionOperand op, MachineInstructionWriter writer ) : void | ||
op | Gee.External.Capstone.Arm.ArmInstructionOperand | |
writer | MachineInstructionWriter | |
return | void |