From cc84a1534dfee18572eb5ca2be0233c36b17972b Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Tue, 17 Aug 2021 02:52:35 +0200 Subject: [PATCH] Update enhance.py --- pwndbg/enhance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwndbg/enhance.py b/pwndbg/enhance.py index 70fb18018..3e2fc8b99 100644 --- a/pwndbg/enhance.py +++ b/pwndbg/enhance.py @@ -106,7 +106,7 @@ def enhance(value, code = True): if szval: szval = E.string(repr(szval)) - # Fix for case we can't read the end address anyway (#946) + # Fix for case when we can't read the end address anyway (#946) if value + pwndbg.arch.ptrsize > page.end: return E.integer(int_str(value))