Header menu logo B2R2

TranslationContext Type

A high-level interface for the translation context, which stores several states for translating/lifting instructions.

Constructors

Constructor Description

TranslationContext(isa)

Full Usage: TranslationContext(isa)

Parameters:
Returns: TranslationContext
isa : ISA
Returns: TranslationContext

Instance members

Instance member Description

this.DelayedBranch

Full Usage: this.DelayedBranch

Remember if a branch is delayed. If delayed, we store its InterJmpKind. Lifting results may vary depending on this variable.

this.Endianness

Full Usage: this.Endianness

Returns: Endian

The endianness.

Returns: Endian

this.GetPseudoRegVar

Full Usage: this.GetPseudoRegVar

Parameters:
    id : RegisterID - Register ID.
    idx : int - Register index.

Returns: Expr Returns an IR expression of a pseudo-register.
Modifiers: abstract

Get pseudo register expression from a given register ID and an index.

id : RegisterID

Register ID.

idx : int

Register index.

Returns: Expr

Returns an IR expression of a pseudo-register.

this.GetRegVar

Full Usage: this.GetRegVar

Parameters:
Returns: Expr Returns an IR expression of a register.
Modifiers: abstract

Get register expression from a given register ID.

id : RegisterID

Register ID.

Returns: Expr

Returns an IR expression of a register.

this.IRBuilder

Full Usage: this.IRBuilder

Returns: IRBuilder

IRBuilder for lifting IRs.

Returns: IRBuilder

this.WordBitSize

Full Usage: this.WordBitSize

Returns: RegType

Word size in bits (RegType).

Returns: RegType

this.WordSize

Full Usage: this.WordSize

Returns: WordSize

Word size.

Returns: WordSize

Type something to start searching.