mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Add dynamicx_t type for later use in potfile.c and outfile.c and also add to hashinfo_t
This commit is contained in:
parent
252e7614da
commit
7faa6a94a5
@ -889,6 +889,13 @@ typedef void * hc_dynfunc_t;
|
|||||||
* structs
|
* structs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
typedef struct dynamicx
|
||||||
|
{
|
||||||
|
char *dynamicx_buf;
|
||||||
|
u32 dynamicx_len;
|
||||||
|
|
||||||
|
} dynamicx_t;
|
||||||
|
|
||||||
typedef struct user
|
typedef struct user
|
||||||
{
|
{
|
||||||
char *user_name;
|
char *user_name;
|
||||||
@ -916,6 +923,7 @@ typedef struct split
|
|||||||
|
|
||||||
typedef struct hashinfo
|
typedef struct hashinfo
|
||||||
{
|
{
|
||||||
|
dynamicx_t *dynamicx_t;
|
||||||
user_t *user;
|
user_t *user;
|
||||||
char *orighash;
|
char *orighash;
|
||||||
split_t *split;
|
split_t *split;
|
||||||
|
Loading…
Reference in New Issue
Block a user