Skip to content

Regs

Reading register value from the inferior, and provides a standardized interface to registers like "sp" and "pc".

ARCH_GET_FS = 4099 module-attribute

ARCH_GET_GS = 4100 module-attribute

PTRACE_ARCH_PRCTL = 30 module-attribute

all module-attribute

changed module-attribute

common module-attribute

current module-attribute

extra_flags module-attribute

fix module-attribute

flags module-attribute

frame module-attribute

fsbase module-attribute

gpr module-attribute

gsbase module-attribute

items module-attribute

last module-attribute

pc module-attribute

previous module-attribute

retaddr module-attribute

retval module-attribute

stack module-attribute

tether = sys.modules[__name__] module-attribute

module

Bases: ModuleType

all property

changed property

common property

current property

extra_flags property

flags property

frame property

fsbase property

gpr property

gsbase property

idt property

idt_limit property

last = {} class-attribute instance-attribute

previous = {} class-attribute instance-attribute

reg_sets = reg_sets class-attribute instance-attribute

retaddr property

retval property

stack property

__contains__(reg)

__getattr__(attr)

__getitem__(item)

__iter__()

__repr__()

__setattr__(attr, val)

fix(expression)

items()

read_reg(reg, frame=None)

get_qemu_register(name)

get_register(name, frame=None)

regs_in_frame(frame)

update_last()