yara: Actually fixed reading data

This commit is contained in:
WerWolv
2021-12-15 22:52:35 +01:00
parent c61e807f13
commit f325d50ab8
3 changed files with 10 additions and 4 deletions

View File

@@ -59,6 +59,7 @@ namespace hex::plugin::builtin::prv {
size_t m_fileSize = 0;
bool m_fileStatsValid = false;
bool m_emptyFile = false;
struct stat m_fileStats = { 0 };
bool m_readable = false, m_writable = false;