pwndbg_frame_info
Retrieve detailed information about a stack frame, including its index and session context, to aid in binary analysis and debugging.
Instructions
Get detailed information about a stack frame (LLDB native).
Args: session_id: The UUID of the session. frame_index: Frame index (0 = current frame).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| frame_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |