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