mirror of https://github.com/pwndbg/pwndbg.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
541 B
Markdown
31 lines
541 B
Markdown
|
|
|
|
|
|
|
|
# r2
|
|
|
|
## Description
|
|
|
|
|
|
Launches radare2.
|
|
## Usage:
|
|
|
|
|
|
```bash
|
|
usage: r2 [-h] [--no-seek] [--no-rebase] [arguments ...]
|
|
|
|
```
|
|
## Positional Arguments
|
|
|
|
|Positional Argument|Help|
|
|
| :--- | :--- |
|
|
|`arguments`|Arguments to pass to radare|
|
|
|
|
## Optional Arguments
|
|
|
|
|Short|Long|Default|Help|
|
|
| :--- | :--- | :--- | :--- |
|
|
|`-h`|`--help`||show this help message and exit|
|
|
||`--no-seek`||Do not seek to current pc (default: %(default)s)|
|
|
||`--no-rebase`||Do not set the base address for PIE according to the current mapping (default: %(default)s)|
|