heap_begin_action
Mark the beginning of a heap operation phase before sending a payload to a CTF program. Use with heap_end_action to track all heap changes caused by this step.
Instructions
标记一个堆操作阶段的开始。
在发送 payload 到 CTF 程序之前调用此工具。 配合 heap_end_action 使用,记录这一步操作引起的所有堆变化。
Args: action_id: 操作标识符(如 "step_1", "spray_phase", "free_target")
Returns: 确认信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |