config ¤
Dumps all pwndbg-specific configuration points.
Functions:
-
print_row– -
extend_value_with_default– -
get_config_parameters– -
display_config– -
config– -
theme– -
configfile– -
themefile– -
heap_config– -
configfile_print_scope–
Attributes:
configfile_parser module-attribute ¤
configfile_parser = ArgumentParser(
description="Generates a configuration file for the current Pwndbg options."
)
themefile_parser module-attribute ¤
themefile_parser = ArgumentParser(
description="Generates a configuration file for the current Pwndbg theme options."
)
print_row ¤
print_row(
name: str,
value: str,
default: str,
set_show_doc: str,
ljust_optname: int,
ljust_doc: int,
empty_space: int = 2,
)