mirror of https://github.com/pwndbg/pwndbg.git
Before this PR we could get wrong RIP (like off by one) when single stepping through the code: ``` [...] RIP 0x555555559850 ◂— xor ebp, ebp ───────────────────────[ DISASM ]────────────────────── 0x555555559850 xor ebp, ebp ► 0x555555559852 mov r9, rdx <0x7ffff7de59a0> [...] pwndbg> i r rip rip 0x555555559852 0x555555559852 ``` The patch fixes the issue by reassigning GDB stop signal handler to getting register values.pull/478/head
parent
f56f27155e
commit
7815953781
Loading…
Reference in new issue