Skip to content

pwndbg_ ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(description="Prints out a list of all Pwndbg commands.")

cat_group module-attribute ¤

cat_group = add_mutually_exclusive_group()

pwndbg_ ¤

pwndbg_(filter_pattern, category_, list_categories) -> None

list_and_filter_commands ¤

list_and_filter_commands(
    filter_str: str,
) -> list[tuple[str, list[str], CommandCategory, str]]

Returns:

  • list[tuple[str, list[str], CommandCategory, str]]

    A list of (name, aliases, category, description) tuples.