We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vmmap
1 parent 674c74d commit f298b7fCopy full SHA for f298b7f
gef.py
@@ -8950,8 +8950,8 @@ def print_entry(self, entry: Section) -> None:
8950
8951
def show_legend(self) -> None:
8952
code_title = Color.colorify("Code", gef.config["theme.address_code"])
8953
- stack_title = Color.colorify("Heap", gef.config["theme.address_stack"])
8954
- heap_title = Color.colorify("Stack", gef.config["theme.address_heap"])
+ stack_title = Color.colorify("Stack", gef.config["theme.address_stack"])
+ heap_title = Color.colorify("Heap", gef.config["theme.address_heap"])
8955
gef_print(f"[ Legend: {code_title} | {stack_title} | {heap_title} ]")
8956
return
8957
0 commit comments