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.
32 lines
492 B
Markdown
32 lines
492 B
Markdown
|
|
|
|
|
|
|
|
# unsortedbin
|
|
|
|
## Description
|
|
|
|
|
|
Print the contents of an arena's unsortedbin.
|
|
|
|
Default to the current thread's arena.
|
|
## Usage:
|
|
|
|
|
|
```bash
|
|
usage: unsortedbin [-h] [-v] [addr]
|
|
|
|
```
|
|
## Positional Arguments
|
|
|
|
|Positional Argument|Help|
|
|
| :--- | :--- |
|
|
|`addr`|Address of the arena.|
|
|
|
|
## Optional Arguments
|
|
|
|
|Short|Long|Default|Help|
|
|
| :--- | :--- | :--- | :--- |
|
|
|`-h`|`--help`||show this help message and exit|
|
|
|`-v`|`--verbose`||Show the "all" bin even if it's empty (default: %(default)s)|
|