clear cache (#2389)

pull/2390/head
OBarronCS 1 year ago committed by GitHub
parent 914110b8a3
commit 170b2ec0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -269,6 +269,9 @@ def explore(address_maybe: int) -> pwndbg.lib.memory.Page | None:
explored_pages.append(page)
# Clear the "get" cache so pages that are explored in the current step are included
get.cache.clear() # type: ignore[attr-defined]
return page

Loading…
Cancel
Save