From fc5a249c4a22eb7745e88ec427d3f7cce15ffbed Mon Sep 17 00:00:00 2001 From: lakshit verma Date: Sat, 15 Aug 2026 04:48:30 +0530 Subject: [PATCH] chore: fix mermaid diag --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93f9efc..dec896f 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,14 @@ naksheap reads the allocator metadata that is already in the dump. It walks glib The pipeline is one command, end to end. -![naksheap pipeline](docs/pipeline.svg) - - B[find arenas and heap regions] B --> C[carve objects: address, size, allocated or freed] C --> D[scan for pointers between objects, registers, stack] D --> E[group identical layouts, detect vtables, strings, vectors] E --> F[object graph: ASCII, JSON, Graphviz, HTML report] ---> +``` ## Quick start