windbg_heap_block_info
Inspects a heap block’s size, flags, and adjacent memory to reveal overflow context from ASAN crash addresses.
Instructions
Inspect a specific heap block: size, flags, neighbors, memory before/after. Use with ASAN crash addresses to understand overflow context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Heap block address to inspect |