1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 00:01:16 +00:00

Make it more visible we use a hardcoded character

This commit is contained in:
Jens Steube 2021-06-27 10:37:15 +02:00 committed by GitHub
parent 1bf3392b1a
commit 3a3bd07514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ static void debugfile_format_plain (hashcat_ctx_t *hashcat_ctx, const u8 *plain_
needs_hexify = 1; needs_hexify = 1;
break; break;
} }
if (plain_ptr[i] == 0x3a)
if (plain_ptr[i] == ':')
{ {
needs_hexify = 1; needs_hexify = 1;
break; break;