Trees | Indices | Help |
---|
|
Helper methods around registers
Author: Christian Holler (:decoder)
License:
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Contact: choller@mozilla.com
|
|||
|
|||
long |
|
||
long |
|
||
long |
|
||
int |
|
||
bool |
|
|
|||
x86Registers =
|
|||
x64Registers =
|
|||
armRegisters =
|
|||
x86OnlyRegisters =
|
|||
validRegisters =
|
|||
__package__ = None
|
|
Return the stack pointer value from the given register map
|
Return the instruction pointer value from the given register map
|
Return the value of the specified register using the provided register map. This method also works for getting lower register parts out of higher ones.
|
Return the bit width (32 or 64 bit) given the registers
|
Return true, if the the given registers are X86 compatible, such as x86 or x86-64. ARM, PPC and your PDP-15 will fail this check and we don't support it right now.
|
|
x86Registers
|
x64Registers
|
armRegisters
|
x86OnlyRegisters
|
validRegisters
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |