mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-30 03:48:17 +00:00
Add some types for later use
This commit is contained in:
parent
ea795ef5ab
commit
494c2724f5
@ -1248,6 +1248,14 @@ typedef struct dictstat
|
|||||||
|
|
||||||
} dictstat_t;
|
} dictstat_t;
|
||||||
|
|
||||||
|
typedef struct hashdump
|
||||||
|
{
|
||||||
|
int version;
|
||||||
|
|
||||||
|
hashes_t hashes;
|
||||||
|
|
||||||
|
} hashdump_t;
|
||||||
|
|
||||||
typedef struct dictstat_ctx
|
typedef struct dictstat_ctx
|
||||||
{
|
{
|
||||||
bool enabled;
|
bool enabled;
|
||||||
|
Loading…
Reference in New Issue
Block a user