mirror of https://github.com/pwndbg/pwndbg.git
Update Fix vmmap indicator overwriting address prefix (#3422)
* Fix vmmap indicator overwriting address prefix Change the prefix handling in memory.get() to prepend the indicator (e.g., ►) with a space instead of replacing the first characters of the address. This prevents the indicator from overwriting the '0x' prefix, making addresses easier to copy-paste. Before: ►xffffffff81000000 After: ► 0xffffffff81000000 Fixes #3412 * Update Fix vmmap indicator overwriting address prefix * Fix vmmap prefix alignment * Align vmmap prefix column and clarify prefix behavior --------- Co-authored-by: Chase Naples <Cnaples79@gmail.com>pull/3429/head
parent
4d32831b8f
commit
4f7e515775
Loading…
Reference in new issue