windbg_heap_neighbors
Inspect heap block content with surrounding bytes and pointer/symbol details before and after the address to analyze memory layout.
Instructions
Inspect a heap block plus bytes and pointer/symbol view before and after it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Bytes after address | |
| before | No | Bytes before address | |
| address | Yes | Heap block address to inspect |