mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Added simple yara data analyzer
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user