edb_list_stack_arguments
List function arguments for stack frames, with an optional lowest frame parameter to specify the starting frame.
Instructions
List arguments for stack frames. Equivalent to EDB's stack frame panel. Shows function arguments for the current frame.
Args: params (FrameRangeInput): Frame range - frame_low (int): Lowest frame (default: 0)
Returns: str: Arguments per frame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |