diff --git a/pwndbg/stack.py b/pwndbg/stack.py index 9a59a0f57..0cd401750 100644 --- a/pwndbg/stack.py +++ b/pwndbg/stack.py @@ -60,6 +60,7 @@ def update(): sp = pwndbg.regs.sp sp_low = sp & ~(0xfff) + sp_low -= 0x1000 # If we don't already know about this thread, create # a new Page mapping for it.