pwndbg / pwndbg

Exploit Development and Reverse Engineering with GDB Made Easy
https://pwndbg.re/
MIT License
7.34k stars 871 forks source link

Empty context-sections shows unnecessary line - LEGEND #219

Closed disconnect3d closed 7 years ago

disconnect3d commented 7 years ago

The recently added (https://github.com/pwndbg/pwndbg/pull/210) config parameter context-sections lets one change the context display.

Setting the display to empty shows redundant LEGEND line:

pwndbg> set context-sections 
Set which context sections are displayed by default (also controls order) to ''
pwndbg> ni
0x0000000000404032 in ?? ()
LEGEND: STACK | HEAP | CODE | DATA | RWX | RODATA
pwndbg> 
disconnect3d commented 7 years ago

Merged in PR #220.