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/vis_heap_chunks.md

18 lines
458 B
Markdown

## Command: vis_heap_chunks ##
```
usage: vis_heap_chunks [-h] [--naive] [count] [address]
```
Visualize heap chunks at the specified address
| Positional Argument | Info |
|---------------------|------|
| count | Number of chunks to visualize (default: 10) |
| address | Start address |
| Optional Argument | Info |
|---------------------|------|
| --help | show this help message and exit |
| -n | Don't use end-of-heap heuristics (default: False) |