Skip to content

got ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Show the state of the Global Offset Table.\n\nExamples:\n    got\n    got puts\n    got -p libc\n    got -a\n"
)

group module-attribute ¤

group = add_mutually_exclusive_group()

got ¤

got(
    path_filter: str, all_: bool, accept_readonly: bool, symbol_filter: str
) -> None