peda icon indicating copy to clipboard operation
peda copied to clipboard

TUI/Curses support

Open Grazfather opened this issue 10 years ago • 5 comments

Any plan to implement this? It would obviously not be forced -- Many like to scroll back, but in many cases I would have an easier time tracking if the whole disass, etc scrolled on every step.

stdout/err, stack, dissass, memdump, regs would be obvious panes to support (I hate when a line of stdout pushes the whole ui down a line and makes it even harder to track).

Grazfather avatar Mar 03 '16 19:03 Grazfather

Frankly, no plan for it now :)

longld avatar Mar 08 '16 01:03 longld

Well that's too bad, it would be nice... but frankly, it's not like I'm going to stop using it, best choice out there :)

Grazfather avatar Mar 08 '16 01:03 Grazfather

hey so i've changed line 4270 to this:

msg("\033[2J\033[0;0H [%s] % registers".center(78, "-"), "blue")

This scrolls it automatically in most terminals when stepping through. Not perfect, but it works for me. Hope this helps.

Bretley avatar Mar 13 '16 23:03 Bretley

layout src will show ^A^[[;31m^Bgdb-peda$ ^A^[[0m^B as follow:

peda-layout-src

nixawk avatar Aug 30 '16 15:08 nixawk

Is there any hack to get a non-mangled text over there?

sbmthakur avatar Apr 14 '22 17:04 sbmthakur