Added text searching in hex editor

This commit is contained in:
WerWolv
2020-11-11 14:42:01 +01:00
parent 29a6789521
commit e3df658b4a
3 changed files with 96 additions and 1 deletions

View File

@@ -57,6 +57,7 @@ namespace hex {
if (this->m_entropy > 0.99)
ImGui::TextUnformatted("This file is most likely encrypted or compressed!");
ImGui::NewLine();
ImGui::Separator();
ImGui::NewLine();
ImGui::PlotHistogram("Byte Distribution", this->m_valueCounts, 256, 0, nullptr, FLT_MAX, FLT_MAX, ImVec2(0, 100));