From 5a8a205fa0bd8cd42d2a126bc68f753f7dcdda49 Mon Sep 17 00:00:00 2001 From: hasherezade Date: Fri, 5 Jun 2026 18:31:40 +0200 Subject: [PATCH] [FEATURE] Updated sig_finder. Do not translate signature name. --- pe-bear/gui/windows/PatternSearchWindow.cpp | 2 +- sig_finder | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pe-bear/gui/windows/PatternSearchWindow.cpp b/pe-bear/gui/windows/PatternSearchWindow.cpp index e62c4c8..217cb53 100644 --- a/pe-bear/gui/windows/PatternSearchWindow.cpp +++ b/pe-bear/gui/windows/PatternSearchWindow.cpp @@ -119,7 +119,7 @@ void PatternSearchWindow::onSearchClicked() threadMngr = new SignFinderThreadManager(exe); } - if (!threadMngr->loadSignature(tr("Searched"), text)) { + if (!threadMngr->loadSignature("Searched", text)) { progressBar.setValue(0); QMessageBox::information(this, tr("Info"), tr("Could not parse the signature!"), QMessageBox::Ok); return; diff --git a/sig_finder b/sig_finder index f1d726d..1bfdbfa 160000 --- a/sig_finder +++ b/sig_finder @@ -1 +1 @@ -Subproject commit f1d726d2ba645d5307766346af572a6667010340 +Subproject commit 1bfdbfa55f0126afb608c6caf0c8bc9208d00cc0