Skip to content

Config

Dumps all pwndbg-specific configuration points.

configfile_parser = argparse.ArgumentParser(description='Generates a configuration file for the current pwndbg options.') module-attribute

parser = argparse.ArgumentParser(description='Shows pwndbg-specific theme configuration.') module-attribute

themefile_parser = argparse.ArgumentParser(description='Generates a configuration file for the current pwndbg theme options.') module-attribute

config(filter_pattern)

configfile(show_all=False)

configfile_print_scope(scope, show_all=False)

display_config(filter_pattern, scope, has_file_command=True)

extend_value_with_default(value, default)

get_config_parameters(scope, filter_pattern)

print_row(name, value, default, set_show_doc, ljust_optname, ljust_value, empty_space=6)

theme(filter_pattern)

themefile(show_all=False)