edb_stack_push
Push a value onto the program stack by decrementing RSP and writing the value, modifying the target process stack and register state.
Instructions
Push a value onto the program stack (decrements RSP, writes value). Equivalent to EDB's Stack context menu → Push. Modifies the target process stack and register state.
Args: params (StackPushInput): Push value - value (str): Value to push (e.g., '0x1234', '&main')
Returns: str: Result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |