Skip to content

Commit

Permalink
Merge pull request #30 from gir489/master
Browse files Browse the repository at this point in the history
Fixed Generate Code Signature not opening if null selection made.
  • Loading branch information
gir489 authored Dec 26, 2021
2 parents 807cffd + c911553 commit 3dea02b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SigMaker/Search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ void ShowSearchDialog( void )
}
}

if (strSig.length( ) < 3)
return;

IDAToCode( strSig, strSigCode, szMask );

qstrncpy( szSignature, strSigCode.c_str( ), sizeof( szSignature ) );
Expand Down

0 comments on commit 3dea02b

Please sign in to comment.