Header menu logo B2R2

InstructionCandidate Type

Represents one or more candidate instructions located at the same address. There could be two instructions at the same address when considering the operation mode of ARM CPU: one for ARM and the other for Thumb mode.

Union cases

Union case Description

MaybeTwo(IInstruction option, IInstruction option)

Full Usage: MaybeTwo(IInstruction option, IInstruction option)

Parameters:
Item1 : IInstruction option
Item2 : IInstruction option

OnlyOne IInstruction

Full Usage: OnlyOne IInstruction

Parameters:
Item : IInstruction

Instance members

Instance member Description

this.IsMaybeTwo

Full Usage: this.IsMaybeTwo

Returns: bool
Returns: bool

this.IsOnlyOne

Full Usage: this.IsOnlyOne

Returns: bool
Returns: bool

Type something to start searching.