# rz ```text usage: rz [-h] [--no-seek] [--no-rebase] [arguments ...] ``` Launches rizin. **Alias:** rizin ### Positional arguments |Positional Argument|Help| | :--- | :--- | |arguments|Arguments to pass to rizin| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| ||--no-seek|Do not seek to current pc| ||--no-rebase|Do not set the base address for PIE according to the current mapping| ### Examples ```text pwndbg> rz -- -AA [x] Analyze all flags starting with sym. and entry0 (aa) [x] Analyze function calls [...] [x] Enable constraint types analysis for variables -- Use 'e asm.offset=true' to show offsets in 16bit segment addressing mode. [0x0001d3d0]> ```