From c9115531f6f97301f218ba256fe2e7d47615b371 Mon Sep 17 00:00:00 2001 From: gir489 Date: Sun, 26 Dec 2021 11:20:37 -0500 Subject: [PATCH] Fixed Generate Code Signature not opening if null selection made. --- SigMaker/Search.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SigMaker/Search.cpp b/SigMaker/Search.cpp index 0908256..02c33d6 100644 --- a/SigMaker/Search.cpp +++ b/SigMaker/Search.cpp @@ -115,9 +115,6 @@ void ShowSearchDialog( void ) } } - if (strSig.length( ) < 3) - return; - IDAToCode( strSig, strSigCode, szMask ); qstrncpy( szSignature, strSigCode.c_str( ), sizeof( szSignature ) );