windbg_heap_neighbors
Examine heap blocks with adjacent pointer and symbol context for memory analysis and corruption detection.
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 |