windbg_object_context
Retrieve full object/heap context for a memory address: symbol, memory region, heap info, qwords, nearby pointers, potential vtable, and optional VRle::Span decode.
Instructions
One-call object/heap context: address eval, symbol, !address, !heap, qwords, bytes/pointers around, potential vtable, optional VRle::Span decode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Bytes after address | |
| before | No | Bytes before address | |
| address | Yes | Object/address to inspect | |
| span_count | No | Optional VRle::Span count to decode from address | |
| include_vtable | No | Try to resolve a potential vtable unless the region is clearly stack |