Display entropy by always creating 2048 blocks for every file

This commit is contained in:
WerWolv
2020-11-14 14:41:15 +01:00
parent 41c70bce44
commit 72f9da2a67
2 changed files with 8 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ namespace hex {
prv::Provider* &m_dataProvider;
bool m_windowOpen = true;
u32 m_blockSize = 0;
float m_averageEntropy = 0;
float m_highestBlockEntropy = 0;
std::vector<float> m_blockEntropy;