Skip to content

strings ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Extracts and displays ASCII strings from readable memory pages of the debugged process."
)

strings ¤

strings(n: int = 4, page_names: list[str] = [], save_as: str = None)