Update enhance.py

pull/951/head
Disconnect3d 4 years ago committed by GitHub
parent 93f9b12007
commit cc84a1534d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))

Loading…
Cancel
Save