Header menu logo B2R2

JmpType Type

Union cases

Union case Description

InterCJmp(Expr, Expr, Expr)

Full Usage: InterCJmp(Expr, Expr, Expr)

Parameters:

Conditional jump. The first Expr is the condition, and the second and the third Expr refer to true and false branch addresses, respectively.

Item1 : Expr
Item2 : Expr
Item3 : Expr

InterJmp Expr

Full Usage: InterJmp Expr

Parameters:

Jump to another instruction. The Expr is the jump address.

Item : Expr

IntraCJmp(Expr, Label, Label)

Full Usage: IntraCJmp(Expr, Label, Label)

Parameters:

Conditional jump to a label.

Item1 : Expr
Item2 : Label
Item3 : Label

IntraJmp Label

Full Usage: IntraJmp Label

Parameters:

Jump to a label.

Item : Label

Instance members

Instance member Description

this.IsInterCJmp

Full Usage: this.IsInterCJmp

Returns: bool
Returns: bool

this.IsInterJmp

Full Usage: this.IsInterJmp

Returns: bool
Returns: bool

this.IsIntraCJmp

Full Usage: this.IsIntraCJmp

Returns: bool
Returns: bool

this.IsIntraJmp

Full Usage: this.IsIntraJmp

Returns: bool
Returns: bool

Type something to start searching.