Pattern match result. More...
#include <memory_inspector_tool.h>
Public Attributes | |
| uint32_t | address |
| std::vector< uint8_t > | matched_bytes |
| std::string | context |
Pattern match result.
Definition at line 111 of file memory_inspector_tool.h.
| uint32_t yaze::cli::agent::tools::PatternMatch::address |
Definition at line 112 of file memory_inspector_tool.h.
Referenced by yaze::cli::agent::tools::MemorySearchTool::FindMatches().
| std::vector<uint8_t> yaze::cli::agent::tools::PatternMatch::matched_bytes |
Definition at line 113 of file memory_inspector_tool.h.
Referenced by yaze::cli::agent::tools::MemorySearchTool::FindMatches().
| std::string yaze::cli::agent::tools::PatternMatch::context |
Definition at line 114 of file memory_inspector_tool.h.
Referenced by yaze::cli::agent::tools::MemorySearchTool::FindMatches().