Search reverse-engineering memory graph
query_memory_graphSearch and inspect historical patch logs, register allocations, decompilation metadata, and security findings in the memory graph to locate specific components by keyword.
Instructions
Search and inspect historical patch logs, register allocations, decompilation metadata, native libraries, and security findings in the active memory graph. This operation is read-only, non-mutating, and idempotent; performs fuzzy substring matching on query and returns ranked results by match score. Use query_memory_graph to locate specific patch records, hook locations, or components by keyword; use get_agent_context instead for a full session snapshot, and update_agent_memory to store new observations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Case-insensitive search string matching package names, launcher activities, patch history details, security markers, native libraries, or agent notes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Original query search string. | |
| results | Yes | Ranked list of matching memory graph elements. | |
| matchesCount | Yes | Total number of matching memory graph nodes found. |