yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
memory_inspector_tool.h File Reference
#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"
This graph shows which files directly or indirectly include this file:

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