windbg_decode_spans
Decode VRle::Span entries from memory at a given address, extracting x, y, len, cov, and raw7 fields for reverse engineering analysis.
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 |