Skip to content

radare2 ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Execute stateful radare2 commands through r2pipe."
)

r2 ¤

r2(
    arguments: list[str], no_seek: bool = False, no_rebase: bool = False
) -> None

r2pipe ¤

r2pipe(arguments: list[str]) -> None