mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added entropy drop/spike annotations to the entropy graph
This commit is contained in:
@@ -180,6 +180,7 @@ namespace hex::plugin::builtin {
|
||||
m_chunkBasedEntropy.reset(m_inputChunkSize, region.getStartAddress(), region.getEndAddress(),
|
||||
provider->getBaseAddress(), provider->getActualSize());
|
||||
|
||||
m_chunkBasedEntropy.enableAnnotations(m_showAnnotations);
|
||||
m_byteTypesDistribution.enableAnnotations(m_showAnnotations);
|
||||
|
||||
// Create a handle to the file
|
||||
|
||||
Reference in New Issue
Block a user