diff options
| author | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:21:22 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2026-01-01 12:21:22 -0500 |
| commit | 37a0604d805991b85a0590279ad993a19ddee7bb (patch) | |
| tree | fa8054497a4761f134ab5b537dfb0dbfc9a64f32 /examples/triage/view.h | |
| parent | 2448131059638409902821451115872036230328 (diff) | |
add whole-file entropy calculation to triage
Diffstat (limited to 'examples/triage/view.h')
| -rw-r--r-- | examples/triage/view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/triage/view.h b/examples/triage/view.h index ab4f1024..fc9c7ff3 100644 --- a/examples/triage/view.h +++ b/examples/triage/view.h @@ -7,6 +7,7 @@ class HeaderWidget; +class EntropyWidget; class TriageView : public QScrollArea, public View { @@ -16,6 +17,7 @@ class TriageView : public QScrollArea, public View QPushButton* m_fullAnalysisButton = nullptr; QSplitter* m_importExportSplitter = nullptr; HeaderWidget* m_headerWidget = nullptr; + EntropyWidget* m_entropyWidget = nullptr; public: TriageView(QWidget* parent, BinaryViewRef data); |
