Header menu logo B2R2

AsmComponent Type

Basic components for assembling binaries.

Union cases

Union case Description

CompOp(Opcode, Operands, byte[], byte[] option)

Full Usage: CompOp(Opcode, Operands, byte[], byte[] option)

Parameters:
    Item1 : Opcode
    Item2 : Operands
    Item3 : byte[]
    Item4 : byte[] option

This component refers to an opcode that is now decided (completed) with a concrete value. It is just that we don't concretize the corresponding label, i.e., IncompLabel.

Item1 : Opcode
Item2 : Operands
Item3 : byte[]
Item4 : byte[] option

IncompLabel RegType

Full Usage: IncompLabel RegType

Parameters:

This component refers to a label, which we didn't yet concretize. This will eventually become a concrete number of RegType size.

Item : RegType

IncompleteOp(Opcode, Operands)

Full Usage: IncompleteOp(Opcode, Operands)

Parameters:

Assembled instruction, whose byte values are not yet decided. IncompleteOp will be transformed into two components: (CompOp, IncompLabel).

Item1 : Opcode
Item2 : Operands

Normal byte

Full Usage: Normal byte

Parameters:
    Item : byte

Normal byte, which is not associated with a label.

Item : byte

Instance members

Instance member Description

this.IsCompOp

Full Usage: this.IsCompOp

Returns: bool
Returns: bool

this.IsIncompLabel

Full Usage: this.IsIncompLabel

Returns: bool
Returns: bool

this.IsIncompleteOp

Full Usage: this.IsIncompleteOp

Returns: bool
Returns: bool

this.IsNormal

Full Usage: this.IsNormal

Returns: bool
Returns: bool

Type something to start searching.