mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
feat: Added simple yara data analyzer
This commit is contained in:
@@ -38,7 +38,7 @@ namespace hex::plugin::yara {
|
||||
std::string message;
|
||||
};
|
||||
|
||||
wolv::util::Expected<Result, Error> match(prv::Provider *provider, u64 address, size_t size);
|
||||
wolv::util::Expected<Result, Error> match(prv::Provider *provider, Region region);
|
||||
void interrupt();
|
||||
[[nodiscard]] bool isInterrupted() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user