windbg_dt
Dump a structure type using cdb's dt command, optionally at a given memory address, to view its fields and layout for debugging.
Instructions
Dump a structure type with cdb 'dt'. Optionally apply to an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Optional address | |
| type_name | Yes | Type, e.g. 'nt!_PEB' or 'mymod!FOO' |