yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::RomDebugAgent::MemoryAnalysis Struct Reference

Analysis of a memory region. More...

#include <rom_debug_agent.h>

Public Attributes

uint32_t address
 
size_t length
 
std::string data_type
 
std::string structure_name
 
std::string description
 
std::vector< uint8_t > data
 
std::map< std::string, uint32_t > fields
 
std::vector< std::string > anomalies
 

Detailed Description

Analysis of a memory region.

Definition at line 55 of file rom_debug_agent.h.

Member Data Documentation

◆ address

uint32_t yaze::cli::agent::RomDebugAgent::MemoryAnalysis::address

Definition at line 56 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ length

size_t yaze::cli::agent::RomDebugAgent::MemoryAnalysis::length

Definition at line 57 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ data_type

std::string yaze::cli::agent::RomDebugAgent::MemoryAnalysis::data_type

Definition at line 58 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ structure_name

std::string yaze::cli::agent::RomDebugAgent::MemoryAnalysis::structure_name

Definition at line 59 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ description

std::string yaze::cli::agent::RomDebugAgent::MemoryAnalysis::description

Definition at line 60 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ data

std::vector<uint8_t> yaze::cli::agent::RomDebugAgent::MemoryAnalysis::data

Definition at line 61 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ fields

std::map<std::string, uint32_t> yaze::cli::agent::RomDebugAgent::MemoryAnalysis::fields

Definition at line 62 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().

◆ anomalies

std::vector<std::string> yaze::cli::agent::RomDebugAgent::MemoryAnalysis::anomalies

Definition at line 63 of file rom_debug_agent.h.

Referenced by yaze::cli::agent::RomDebugAgent::AnalyzeMemory().


The documentation for this struct was generated from the following file: