#include <cstdint>#include <map>#include <optional>#include <string>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "cli/service/resources/command_handler.h"
Go to the source code of this file.
Classes | |
| struct | yaze::cli::agent::tools::ALTTPMemoryMap |
| ALTTP Memory Map Constants. More... | |
| struct | yaze::cli::agent::tools::MemoryRegionInfo |
| Memory region descriptor for AI-friendly output. More... | |
| struct | yaze::cli::agent::tools::MemoryAnomaly |
| Detected anomaly in memory. More... | |
| struct | yaze::cli::agent::tools::PatternMatch |
| Pattern match result. More... | |
| class | yaze::cli::agent::tools::MemoryInspectorBase |
| Base class for memory inspection tools. More... | |
| class | yaze::cli::agent::tools::MemoryAnalyzeTool |
| Analyze a memory region with structure awareness. More... | |
| class | yaze::cli::agent::tools::MemorySearchTool |
| Search for byte patterns in memory. More... | |
| class | yaze::cli::agent::tools::MemoryCompareTool |
| Compare memory regions or detect changes. More... | |
| class | yaze::cli::agent::tools::MemoryCheckTool |
| Check memory for anomalies and corruption. More... | |
| class | yaze::cli::agent::tools::MemoryRegionsTool |
| List known memory regions and their descriptions. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::agent |
| namespace | yaze::cli::agent::tools |