edb_stack_modify
Writes a new value to the top of the stack without altering the stack pointer. Directly modifies the value at the current RSP location.
Instructions
Modify the value at the top of the stack without changing RSP. Equivalent to EDB's Stack context menu → Modify. Writes a new value to the current stack pointer location.
Args: params (StackModifyInput): New value - value (str): New value (e.g., '0xdeadbeef')
Returns: str: Result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |