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:
parent
c78b8878d5
commit
870229196b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user