windbg_decode_spans
Decode VRle span records from a memory address to extract x, y, length, coverage, and raw byte fields for reverse engineering.
Instructions
Decode VRle::Span entries from memory. Layout assumed: {x:i16, y:i16, len:u16, cov:u8, raw7:u8}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of 8-byte spans to decode | |
| address | Yes | Address of the first span |