mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
ui: Added to matched yara rules
This commit is contained in:
@@ -18,9 +18,10 @@ namespace hex::plugin::builtin {
|
||||
struct YaraMatch {
|
||||
std::string identifier;
|
||||
std::string variable;
|
||||
i64 address;
|
||||
i32 size;
|
||||
u64 address;
|
||||
size_t size;
|
||||
bool wholeDataMatch;
|
||||
u32 highlightId;
|
||||
};
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> m_rules;
|
||||
|
||||
Reference in New Issue
Block a user