feat: Added simple yara data analyzer

This commit is contained in:
WerWolv
2024-02-21 23:17:12 +01:00
parent 4bd24a4ffe
commit 5ccb7a7b9a
7 changed files with 84 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ namespace hex::plugin::builtin {
// Draw the section content
ImGui::BeginDisabled(!enabled);
{
if (section->isEnabled()) {
if (section->isValid())
section->drawContent();
else if (section->isAnalyzing())