Skip to content

Commit

Permalink
adding docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
r12f committed Dec 16, 2023
1 parent 66c2527 commit 07b5e49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/commands/heap.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ re-aligns the chunks data start addresses to match Glibc's behavior. To be able
chunks as well, you can disable this with the `--allow-unaligned` flag. Note that this might result
in incorrect output.

To get a higher level overview of the chunks you can use the `--summary` flag too.

```text
gef➤ heap chunks --summary
```

![heap-chunks-summary](https://i.imgur.com/DjFkzLc.png)

### `heap chunk` command

This command gives visual information of a Glibc malloc-ed chunked. Simply provide the address to
Expand Down

0 comments on commit 07b5e49

Please sign in to comment.