mirror of
https://github.com/hasherezade/pe-bear
synced 2026-06-08 14:34:04 +00:00
[FEATURE] Updated sig_finder. Do not translate signature name.
This commit is contained in:
@@ -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;
|
||||
|
||||
+1
-1
Submodule sig_finder updated: f1d726d2ba...1bfdbfa55f
Reference in New Issue
Block a user