diff --git a/peda.py b/peda.py index 14a7f5e..65aedfb 100644 --- a/peda.py +++ b/peda.py @@ -4299,7 +4299,7 @@ def context_code(self, *arg): if idx <= pc_idx: text += line + "\n" else: - text += " | %s\n" % line.strip() + text += " | %s\n" % line text = format_disasm_code(text, pc) + "\n" text += " |->" code = peda.get_disasm(jumpto, count//2)