1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Fix long hex encoded masks in maskfiles

This commit is contained in:
Jens Steube 2019-10-09 19:43:05 +02:00
parent c78b8878d5
commit 870229196b

View File

@ -1629,7 +1629,7 @@ typedef struct loopback_ctx
typedef struct mf typedef struct mf
{ {
char mf_buf[0x100]; char mf_buf[0x400];
int mf_len; int mf_len;
} mf_t; } mf_t;