windbg_handle
Inspect kernel handles in a target by running !handle with optional filters. Use arguments like '0 f File' to narrow results, or leave empty to list all handles.
Instructions
Run !handle to inspect kernel handles in the target. Empty args lists all handles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to !handle, e.g. '0 f File' |