debug_set_register
Sets a register value in an active debug session to alter CPU state and control execution flow. Provide the session ID, register name, and hex value to apply the change.
Instructions
Set a register value in the debugged process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value to set (hex string, e.g. "0x41414141") | |
| session_id | Yes | Debug session ID | |
| register_name | Yes | Register name (e.g. "rax", "eip", "rflags") |