Header menu logo B2R2

IRegisterNameAccessor Type

Provides methods to retrieve register names in a platform-agnostic manner.

Instance members

Instance member Description

this.GetAllRegisterNames

Full Usage: this.GetAllRegisterNames

Returns: string[] An array of all register name strings defined in the architecture.
Modifiers: abstract

Returns all register names used in the current architecture.

Returns: string[]

An array of all register name strings defined in the architecture.

this.GetRegisterName

Full Usage: this.GetRegisterName

Parameters:
Returns: string A string name of the register corresponding to id.
Modifiers: abstract

Returns a register name from a given RegisterID.

id : RegisterID

The register ID to look up.

Returns: string

A string name of the register corresponding to id.

Type something to start searching.