TranslationContext Type
A high-level interface for the translation context, which stores several states for translating/lifting instructions.
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.DelayedBranch
|
|
|
|
Full Usage:
this.GetPseudoRegVar
Parameters:
RegisterID
-
Register ID.
idx : int
-
Register index.
Returns: Expr
Returns an IR expression of a pseudo-register.
Modifiers: abstract |
|
Full Usage:
this.GetRegVar
Parameters:
RegisterID
-
Register ID.
Returns: Expr
Returns an IR expression of a register.
Modifiers: abstract |
|
|
|
|
|
|
|