From 1a97f3b2e255232fe5283ae5daeb074b6d3978c9 Mon Sep 17 00:00:00 2001 From: Igor Pissolati Date: Mon, 20 Oct 2025 23:19:24 -0300 Subject: [PATCH] Fix failed check --- src/analyzer/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/analyzer/main.cpp b/src/analyzer/main.cpp index f28eec20..27b854ee 100644 --- a/src/analyzer/main.cpp +++ b/src/analyzer/main.cpp @@ -496,7 +496,6 @@ namespace const auto rip = emu.read_instruction_pointer(); const auto leaf = emu.reg(x86_register::eax); - const auto sub = emu.reg(x86_register::ecx); const auto mod = get_module_if_interesting(win_emu->mod_manager, options.modules, rip); if (mod.has_value() && (!concise_logging || context.cpuid_cache.insert({rip, leaf}).second))