mirror of https://github.com/pwndbg/pwndbg.git
allow setting gdblib.regs.<reg>=<val> (#1267)
This commit allows for setting the selected thread's registers by using the pwndbg.gdblib.regs.<register-name> = <new-value> expressions. Before this commit invoking such Python code would set the internal Pwndbg register value, but not really the inferior value. This could lead to weird issues when the displayed context shows the new register value but e.g. `info reg rax` displays the old value.pull/1268/head
parent
bfbb2b8652
commit
d42444274e
Loading…
Reference in new issue