From 07b5e4901780ec3be51efdbd17c9276bf3241eda Mon Sep 17 00:00:00 2001 From: r12f Date: Sat, 16 Dec 2023 05:14:09 +0000 Subject: [PATCH] adding docs. --- docs/commands/heap.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/commands/heap.md b/docs/commands/heap.md index c6992358d..32a6a329e 100644 --- a/docs/commands/heap.md +++ b/docs/commands/heap.md @@ -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