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.
pwndbg/docs/commands/heap/unsortedbin.md

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)|