Skip to content

config ¤

Dumps all pwndbg-specific configuration points.

Functions:

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."
)

parser module-attribute ¤

parser = ArgumentParser(description='Shows heap related configuration.')

print_row ¤

print_row(
    name: str,
    value: str,
    default: str,
    set_show_doc: str,
    ljust_optname: int,
    ljust_doc: int,
    empty_space: int = 2,
)

extend_value_with_default ¤

extend_value_with_default(value, default)

get_config_parameters ¤

get_config_parameters(scope: Scope, filter_pattern: str)

display_config ¤

display_config(
    filter_pattern: str, scope: Scope, has_file_command: bool = True
) -> None

config ¤

config(filter_pattern) -> None

theme ¤

theme(filter_pattern) -> None

configfile ¤

configfile(show_all=False) -> None

themefile ¤

themefile(show_all=False) -> None

heap_config ¤

heap_config(filter_pattern: str) -> None

configfile_print_scope ¤

configfile_print_scope(scope: Scope, show_all: bool = False) -> None