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

Results from patch comparison. More...

#include <rom_debug_agent.h>

Public Attributes

uint32_t address
 
size_t length
 
std::vector< uint8_t > original_code
 
std::vector< uint8_t > patched_code
 
std::string original_disassembly
 
std::string patched_disassembly
 
std::vector< std::string > differences
 
std::vector< std::string > potential_issues
 
bool is_safe
 

Detailed Description

Results from patch comparison.

Definition at line 69 of file rom_debug_agent.h.

Member Data Documentation

◆ address

uint32_t yaze::cli::agent::RomDebugAgent::PatchComparisonResult::address

Definition at line 70 of file rom_debug_agent.h.

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

◆ length

size_t yaze::cli::agent::RomDebugAgent::PatchComparisonResult::length

Definition at line 71 of file rom_debug_agent.h.

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

◆ original_code

std::vector<uint8_t> yaze::cli::agent::RomDebugAgent::PatchComparisonResult::original_code

Definition at line 72 of file rom_debug_agent.h.

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

◆ patched_code

std::vector<uint8_t> yaze::cli::agent::RomDebugAgent::PatchComparisonResult::patched_code

Definition at line 73 of file rom_debug_agent.h.

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

◆ original_disassembly

std::string yaze::cli::agent::RomDebugAgent::PatchComparisonResult::original_disassembly

Definition at line 74 of file rom_debug_agent.h.

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

◆ patched_disassembly

std::string yaze::cli::agent::RomDebugAgent::PatchComparisonResult::patched_disassembly

Definition at line 75 of file rom_debug_agent.h.

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

◆ differences

std::vector<std::string> yaze::cli::agent::RomDebugAgent::PatchComparisonResult::differences

Definition at line 76 of file rom_debug_agent.h.

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

◆ potential_issues

std::vector<std::string> yaze::cli::agent::RomDebugAgent::PatchComparisonResult::potential_issues

Definition at line 77 of file rom_debug_agent.h.

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

◆ is_safe

bool yaze::cli::agent::RomDebugAgent::PatchComparisonResult::is_safe

Definition at line 78 of file rom_debug_agent.h.

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


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