kd_exec
Execute kernel debugger commands in a VMware Windows guest via KDNET or serial, running single or multiple commands in sequence and returning each output with configurable timeouts and output limits.
Instructions
Run one or more debugger commands at the kd> prompt and return each command's output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| cmd | No | One debugger command | |
| cmds | No | Several commands, run in order | |
| timeout | No | Seconds per command | |
| max_bytes | No | Cap on each command's output |