memory_recall
Search persistent memory for patterns and insights from past debugging sessions to apply prior knowledge when analyzing a new binary.
Instructions
Recall insights from past debugging sessions. Searches the agent's persistent memory (~/.x64ai/) for matching patterns and insights. USE WHEN: starting analysis on a new binary — past insights may apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Examples: 'unpacking techniques', 'crypto patterns', 'IsDebuggerPresent'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |