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 |
Results from patch comparison.
Definition at line 69 of file rom_debug_agent.h.
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().