diff --git a/pwndbg/commands/telescope.py b/pwndbg/commands/telescope.py index 1385590c4..c524705eb 100644 --- a/pwndbg/commands/telescope.py +++ b/pwndbg/commands/telescope.py @@ -131,6 +131,7 @@ def telescope(address=None, count=telescope_lines, to_string=False): result.append(line) + collapse_repeating_values() telescope.offset += i telescope.last_address = addr