IRegisterFactory Type
Provides a platform-agnostic interface for accessing register information.
Instance members
| Instance member |
Description
|
|
Returns a frame pointer register for a given BinHandle.
|
|
|
|
Returns RegisterID from a given register string. Depending on the underlying architecture of the BinHandle, we may have different RegisterID.
|
|
|
Full Usage:
this.GetRegisterIDAliases
Parameters:
RegisterID
Returns: RegisterID[]
Modifiers: abstract |
Returns an array of aliases of a given register based on the current architecture of BinHandle.
|
Returns the ISA associated with the current register factory.
|
|
|
|
|
|
|
|
|
Returns a program counter register for a given BinHandle.
|
|
Returns a stack pointer register for a given BinHandle.
|
B2R2